docs: 修复 starter 地址错误 (#1316)

This commit is contained in:
xiaohe0601 2025-09-26 22:28:37 +08:00 committed by GitHub
parent 1a9c3e8f4d
commit 00212b0e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ export default defineConfig({
{ text: 'Blog', link: 'https://blog.wot-ui.cn/' }, { text: 'Blog', link: 'https://blog.wot-ui.cn/' },
{ {
text: 'Templates', items: [ text: 'Templates', items: [
{ text: 'Quick Start Template wot-starter', link: 'https://start.wot-ui.cn/' }, { text: 'Quick Start Template wot-starter', link: 'https://starter.wot-ui.cn/' },
{ text: 'vitesse-uni-app', link: 'https://vitesse-docs.netlify.app/' }, { text: 'vitesse-uni-app', link: 'https://vitesse-docs.netlify.app/' },
{ text: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' }, { text: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' },
{ text: 'unibest', link: 'https://unibest.tech/' }, { text: 'unibest', link: 'https://unibest.tech/' },
@ -92,7 +92,7 @@ export default defineConfig({
}, },
{ {
text: 'Resources', items: [ text: 'Resources', items: [
{ text: 'Quick Start Template', link: 'https://start.wot-ui.cn/' }, { text: 'Quick Start Template', link: 'https://starter.wot-ui.cn/' },
{ text: 'Vue3 uni-app Router', link: 'https://moonofweisheng.github.io/uni-mini-router/' }, { text: 'Vue3 uni-app Router', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
{ text: 'Mini Program CI Tool', link: 'https://github.com/Moonofweisheng/uni-mini-ci' }, { text: 'Mini Program CI Tool', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' }, { text: 'Uni Helper', link: 'https://uni-helper.js.org/' },

View File

@ -88,7 +88,7 @@ export default defineConfig({
{ text: '博客', link: 'https://blog.wot-ui.cn/' }, { text: '博客', link: 'https://blog.wot-ui.cn/' },
{ {
text: '模板', items: [ text: '模板', items: [
{ text: '快速上手模板 wot-starter', link: 'https://start.wot-ui.cn/' }, { text: '快速上手模板 wot-starter', link: 'https://starter.wot-ui.cn/' },
{ text: 'vitesse-uni-app', link: 'https://vitesse-docs.netlify.app/' }, { text: 'vitesse-uni-app', link: 'https://vitesse-docs.netlify.app/' },
{ text: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' }, { text: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' },
{ text: 'unibest', link: 'https://unibest.tech/' }, { text: 'unibest', link: 'https://unibest.tech/' },
@ -96,7 +96,7 @@ export default defineConfig({
}, },
{ {
text: '资源', items: [ text: '资源', items: [
{ text: '快速上手模板', link: 'https://start.wot-ui.cn/' }, { text: '快速上手模板', link: 'https://starter.wot-ui.cn/' },
{ text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' }, { text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' }, { text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' }, { text: 'Uni Helper', link: 'https://uni-helper.js.org/' },