新增observer类和开发调试器

This commit is contained in:
2024-08-12 05:26:36 +08:00
parent 02cf058552
commit 8568c7bb99
12 changed files with 153 additions and 38 deletions

View File

@ -8,13 +8,18 @@ export default navbar([
prefix: "deployment/",
},
{
text: "使用及开发",
text: "使用及功能",
link: "/usage/",
prefix: "usage/",
},
{
text: "资源及插件",
link: "/store/resource",
link: "/store/",
prefix: "store/",
},
{
text: "开发及贡献",
link: "/dev/",
prefix: "dev/",
}
]);

View File

@ -10,7 +10,7 @@ export default sidebar({
children: "structure",
},
{
text: "使用及开发",
text: "使用及功能",
icon: "book",
prefix: "usage/",
children: "structure",
@ -20,6 +20,12 @@ export default sidebar({
icon: "store",
prefix: "store/",
children: "structure",
},
{
text: "开发及贡献",
icon: "pen-nib",
prefix: "dev/",
children: "structure",
}
],
});