From 4cc92a7927ae8e65ee8990954a1c5accdf2f7ace Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Thu, 22 May 2025 17:32:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=92=8C=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 `Vue-Official` 的推荐 - 将“相关链接”改为“备用地址”,并添加具体链接 --- docs/.vitepress/config.mts | 8 +++++--- docs/base/2-start.md | 1 - 2 files changed, 5 insertions(+), 4 deletions(-) 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` ## 创建项目