-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from eleliauk/main
feat:保佑赶紧通过吧
- Loading branch information
Showing
51 changed files
with
110,020 additions
and
57,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ dist-ssr | |
project.config.json | ||
project.private.config.json | ||
auto-imports.d.ts | ||
.yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<div align="center"> | ||
<h1 align="center">muxiK-StackFrontend2.0</h1> | ||
|
||
木犀课栈--测试文档 | ||
|
||
</div> | ||
|
||
# 第一次测试 | ||
|
||
## 2024.8.14 | ||
|
||
## 存在问题 :question: | ||
|
||
1. 主页获取不到token 无法正常显示 | ||
2. navbar 多点几下会超限制 | ||
|
||
## 改进方案 | ||
|
||
1. 看一下token的命名 | ||
2. 要是难改就先改成redirect吧/改成taro的navbar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<div align="center"> | ||
<h1 align="center">muxiK-StackFrontend2.0</h1> | ||
|
||
木犀课栈--进度文档 | ||
|
||
</div> | ||
|
||
## 需要完成页面 | ||
|
||
- 登陆 | ||
- 隐私条例 | ||
- 选择头像 | ||
- 广场 | ||
- 评课详细 | ||
- 搜索 | ||
- 搜索结果 | ||
- 课程主页 | ||
- 评课 | ||
- 我的课程 | ||
- 个人主页 | ||
- 我的收藏 | ||
- 修改信息 | ||
- 评课历史 | ||
- 选课手册 | ||
- 课程主页 | ||
- 消息 | ||
- 意见反馈 | ||
- 提问详细 | ||
- 提问 | ||
- 查看回复 | ||
- 点赞 | ||
- 我要提问 | ||
- 官方消息 | ||
|
||
## 2024.8.15 :computer: | ||
|
||
### 目前进度 | ||
|
||
### 未完成: | ||
|
||
- 隐私条例 | ||
- 选择头像 | ||
- 课程主页 | ||
- 评课 | ||
- 修改信息 | ||
- 评课历史 | ||
- 选课手册 | ||
- 消息 | ||
方案:轮询 | ||
- 意见反馈 | ||
- 查看回复 | ||
- 官方消息 | ||
时间排序 怎么排 问产品 | ||
|
||
### 选择头像和修改个人信息技术方案 | ||
|
||
目前想的是先在点到个人主页时候发一次请求看是不是 | ||
看new的值是不是true | ||
<br/> | ||
是true直接跳转到修改个人信息界面 | ||
修改个人信息界面1.获取七牛云token 2.上传图片 昵称 和称号 | ||
|
||
### 2024.8.19-syj进度 | ||
|
||
写了修改个人信息和隐私策略的界面 | ||
样式还没调好 争取明天调好 | ||
|
||
### 2024.8.20 syj进度 | ||
|
||
试了试是true直接跳转到修改个人信息界面 | ||
应该是可以的 😁 | ||
但是感觉请求发的有点太多了 看能不能简化一下捏 | ||
但是好像发现了一点问题 就是personalPage正常也要获取头像和昵称的 | ||
不知道能不能我修改完头像和昵称后 | ||
马上发请求 能不能获取到新的 这个等我写完试试 |
Oops, something went wrong.