Merge remote-tracking branch 'origin/docs-update' into docs-update

This commit is contained in:
EstrellaXD
2023-07-23 17:21:24 +08:00
4 changed files with 157 additions and 18 deletions

View File

@@ -158,11 +158,20 @@ export default defineConfig({
link: "/changelog/3.0",
},
{
text: "2.6 更新日志",
text: "2.6 更新说明",
link: "/changelog/2.6",
},
],
},
{
text: "开发者文档",
items: [
{
text: "贡献指南",
link: "/dev/",
},
]
}
],
},
});