mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-05 07:50:23 +08:00
Merge branch 'main' of https://github.com/fumiama/paper-manager into main
This commit is contained in:
12
README.md
12
README.md
@@ -31,20 +31,29 @@
|
||||

|
||||
|
||||
### 注销
|
||||
|
||||
<img align="right" src="https://user-images.githubusercontent.com/41315874/226120865-9f8d57bf-3884-420e-9ff6-008f50fb52d6.png" alt="logout" />
|
||||
|
||||
该功能位于右上角状态栏头像的下拉列表中,点击`退出系统`后即可注销登录。
|
||||
> 注销时将访问`/api/logout`
|
||||
|
||||
### 仪表板/分析页 /dashboard/analysis
|
||||
|
||||
### 仪表板/工作台 /dashboard/workbench
|
||||
|
||||
### 个人设置 /settings
|
||||
|
||||
<img align="right" src="https://user-images.githubusercontent.com/41315874/226120888-ce79c227-7f0f-4681-ab74-99ce4433d768.png" alt="settings" />
|
||||
|
||||
个人设置位于右上角状态栏头像的下拉列表中,点击后即可对用户自己的信息进行设置。
|
||||
#### 基本设置
|
||||
对用户的昵称、个人简介与头像进行自定义设置。
|
||||
> 上传头像时,访问`/upload`
|
||||
|
||||
> 保存设置时,访问`/api/setUserInfo`
|
||||
|
||||

|
||||
|
||||
#### 安全设置
|
||||
对用户的密码、联系方式进行修改。
|
||||
- **密码**:导航至`/settings/password`进行设置,成功后将自动退出当前登录,同时在系统消息中通知课程组长。
|
||||
@@ -52,6 +61,9 @@
|
||||
> 设置密码时,访问`/api/setPassword`
|
||||
|
||||
> 设置联系方式时,访问`/api/setContact`
|
||||
|
||||

|
||||
|
||||
### 试卷库 /filelist
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user