Skip to content

Commit

Permalink
feat: docs (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored May 9, 2024
1 parent 45783c7 commit 98cd6d9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions vitepress-docs/docs/.vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions vitepress-docs/docs/zh/guide/feature/admin-user-management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Admin 用户相关

默认不允许用户注册,可通过

## 用户管理页面

![admin-user-management](/feature/admin-user-management.png)

## 用户设置

此处开启用户登录,以及验证等配置

![admin-user-page](/feature/admin-user-page.png)

0 comments on commit 98cd6d9

Please sign in to comment.