perf: supplement login interface documents and add configuration parameters (#4175)

This commit is contained in:
Vben
2024-08-17 22:38:37 +08:00
committed by GitHub
parent 3c17f4e9f8
commit 5f41c51770
15 changed files with 234 additions and 71 deletions

View File

@@ -13,7 +13,7 @@ import { version } from '../../package.json';
export default withPwa(
defineConfigWithTheme({
description: 'Vben Admin& 企业级管理系统框架',
description: 'Vben Admin & 企业级管理系统框架',
head: head(),
lang: 'zh',
pwa: pwa(),
@@ -284,6 +284,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{
text: '深入',
items: [
{ link: 'in-depth/login', text: '登录' },
// { link: 'in-depth/layout', text: '布局' },
{ link: 'in-depth/theme', text: '主题' },
{ link: 'in-depth/access', text: '权限' },