mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
docs: 修复 starter 地址错误 (#1316)
This commit is contained in:
parent
1a9c3e8f4d
commit
00212b0e3e
@ -84,7 +84,7 @@ export default defineConfig({
|
||||
{ text: 'Blog', link: 'https://blog.wot-ui.cn/' },
|
||||
{
|
||||
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: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' },
|
||||
{ text: 'unibest', link: 'https://unibest.tech/' },
|
||||
@ -92,7 +92,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
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: 'Mini Program CI Tool', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
|
||||
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
|
||||
|
||||
@ -88,7 +88,7 @@ export default defineConfig({
|
||||
{ text: '博客', link: 'https://blog.wot-ui.cn/' },
|
||||
{
|
||||
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: 'wot-starter-retail', link: 'https://github.com/wot-ui/wot-starter-retail' },
|
||||
{ text: 'unibest', link: 'https://unibest.tech/' },
|
||||
@ -96,7 +96,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
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: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
|
||||
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user