fix: 文档补充

This commit is contained in:
zhangyu
2024-05-28 17:57:44 +08:00
parent 63c3c029d3
commit 825a0ae95a
14 changed files with 319 additions and 2229 deletions

View File

@@ -14,6 +14,14 @@ export const sidebar = {
{ text: '简介', link: '/' },
],
},
{
text: '前端部分功能介绍',
items: [
{text:'dashboard 流程', link: '/dashboardFlow'},
{text:'主题简单使用教程', link: '/themeUse'},
{text:'国际化使用教程', link: '/i18nUse'},
],
},
{
text: '组件',
items: [
@@ -91,11 +99,7 @@ export const sidebar = {
{
text: '注意事项',
link: '/note',
items: [
{text:'dashboard 流程'},
{text:'主题简单使用教程'},
{text:'国际化使用教程'},
]
items: []
}
],
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB