docs: 更新管理面板文档和导航链接

- 修正博主标签功能的描述,明确标签文字为可选填项
- 更新导航栏中“快速开始”的链接指向
This commit is contained in:
anghunk
2026-01-23 20:21:05 +08:00
parent 9d5cf49292
commit ecbdedabaf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
export default [
{ text: '首页', link: '/' },
{ text: '快速开始', link: '/guide/backend-config' },
{ text: '快速开始', link: '/guide/getting-started' },
{ text: 'API 文档', link: '/api/overview' },
{ text: '管理后台', link: 'https://cwd.zishu.me' },
];