diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 02a6d65..e399c0f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -118,9 +118,11 @@ export default defineConfig({ link: '/changelog/CHANGELOG', }, { - text: '相关链接', - link: '/other/links/links', - activeMatch: '/other', + text: '备用地址', + items: [ + { text: 'unibest.tech', link: 'https://unibest.tech' }, + { text: 'github.io', link: 'https://feige996.github.io/unibest/' }, + ], }, ], sidebar: [ diff --git a/docs/base/2-start.md b/docs/base/2-start.md index cc92a68..c89fdeb 100644 --- a/docs/base/2-start.md +++ b/docs/base/2-start.md @@ -6,7 +6,6 @@ - **pnpm** - `>=7.30`(推荐使用 `8.12+`) - **`VSCode`** - 可选 `WebStrom` - **`HBuilderX`** - `APP` 的运行和发布还是离不开它 - - **Vue-Official (又叫 Vue.volar)** - `v2.1.10` ## 创建项目