docs: 更新文档配置和内容

- 移除 `Vue-Official` 的推荐
- 将“相关链接”改为“备用地址”,并添加具体链接
This commit is contained in:
feige996 2025-05-22 17:32:34 +08:00
parent f501b351e8
commit 4cc92a7927
2 changed files with 5 additions and 4 deletions

View File

@ -118,9 +118,11 @@ export default defineConfig({
link: '/changelog/CHANGELOG', link: '/changelog/CHANGELOG',
}, },
{ {
text: '相关链接', text: '备用地址',
link: '/other/links/links', items: [
activeMatch: '/other', { text: 'unibest.tech', link: 'https://unibest.tech' },
{ text: 'github.io', link: 'https://feige996.github.io/unibest/' },
],
}, },
], ],
sidebar: [ sidebar: [

View File

@ -6,7 +6,6 @@
- **pnpm** - `>=7.30`(推荐使用 `8.12+` - **pnpm** - `>=7.30`(推荐使用 `8.12+`
- **`VSCode`** - 可选 `WebStrom` - **`VSCode`** - 可选 `WebStrom`
- **`HBuilderX`** - `APP` 的运行和发布还是离不开它 - **`HBuilderX`** - `APP` 的运行和发布还是离不开它
- **Vue-Official (又叫 Vue.volar)** - `v2.1.10`
## 创建项目 ## 创建项目