mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
📝 优化主页展示
This commit is contained in:
@@ -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$",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user