diff --git a/docs/.vitepress/locales/en-US.ts b/docs/.vitepress/locales/en-US.ts index 747d2696..df42eb00 100644 --- a/docs/.vitepress/locales/en-US.ts +++ b/docs/.vitepress/locales/en-US.ts @@ -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/' }, diff --git a/docs/.vitepress/locales/zh-CN.ts b/docs/.vitepress/locales/zh-CN.ts index 6269fa62..a11b439e 100644 --- a/docs/.vitepress/locales/zh-CN.ts +++ b/docs/.vitepress/locales/zh-CN.ts @@ -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/' },