📝 优化主页展示

This commit is contained in:
Azide
2023-05-08 00:54:39 +08:00
committed by felinae98
parent 4264413888
commit 510defc263
2 changed files with 20 additions and 4 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ export default defineUserConfig({
navbar: [
{ text: "主页", link: "/" },
{
text: "上车",
text: "使用",
children: [
{
text: "安装",
@@ -16,12 +16,12 @@ export default defineUserConfig({
activeMatch: "^/usage/install",
},
{
text: "简单使用",
text: "入门",
link: "/usage/easy-use.md",
activeMatch: "^/usage/easy-use",
},
{
text: "详细配置",
text: "详",
link: "/usage",
activeMatch: "^/usage$",
},