feat: docs (#218)

This commit is contained in:
Dream Hunter
2024-05-09 20:23:52 +08:00
committed by GitHub
parent 45783c7494
commit 98cd6d9fcc
4 changed files with 14 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
collapsed: false,
items: [
{ text: 'Admin 控制台', link: 'feature/admin' },
{ text: 'Admin 用户管理', link: 'feature/admin-user-management' },
]
},
{ text: '参考', base: "/", link: 'reference' }

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -0,0 +1,13 @@
# Admin 用户相关
默认不允许用户注册,可通过
## 用户管理页面
![admin-user-management](/feature/admin-user-management.png)
## 用户设置
此处开启用户登录,以及验证等配置
![admin-user-page](/feature/admin-user-page.png)