From 9119f30b23676ad1b9a3869e362a3840ba288dc3 Mon Sep 17 00:00:00 2001
From: xuqingkai
-
+
Wot Design Uni
@@ -38,9 +38,10 @@
- ✈️ 文档网站 (国内推荐) + ✈️ 文档网站 (推荐) 🚀 文档网站 (备用) - 🔥 文档网站 (备用) + 🔥 文档网站 (备用) + 🚫 文档网站 (Gitee暂时下线)
## ✨ 特性 @@ -58,19 +59,19 @@ 扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。- - + +
## 快速上手 -详细说明见 [快速上手](https://wot-design-uni.gitee.io/guide/quick-use.html)。 +详细说明见 [快速上手](https://wot-design-uni.pages.dev/guide/quick-use.html)。 ## 链接 * [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues) -* [更新日志](https://wot-design-uni.gitee.io/guide/changelog.html) -* [常见问题](https://wot-design-uni.gitee.io/guide/common-problems.html) +* [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html) +* [常见问题](https://wot-design-uni.pages.dev/guide/common-problems.html) * [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) * [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8) * [快速上手项目](https://github.com/Moonofweisheng/wot-starter) @@ -105,8 +106,8 @@ ### 扫码捐赠- - + +
## LICENSE diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index dd5ec906c..7ddc3a2c8 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -1,7 +1,7 @@ /* * @Author: weisheng * @Date: 2023-07-27 10:26:09 - * @LastEditTime: 2024-04-10 11:31:29 + * @LastEditTime: 2024-05-07 17:05:08 * @LastEditors: weisheng * @Description: * @FilePath: \wot-design-uni\docs\.vitepress\config.mts @@ -144,7 +144,7 @@ export default defineConfig({ { text: '相关链接', items: [ - { text: 'Vue3 uni-app路由库', link: 'https://wot-design-uni.gitee.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: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter' }, ], diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index f2bafb94b..1a6238b05 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -38,7 +38,7 @@ * [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) * [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8) * [快速上手项目](https://github.com/Moonofweisheng/wot-starter) -* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/) +* [Vue3路由库](https://moonofweisheng.github.io/uni-mini-router/) ## 开发计划 diff --git a/docs/index.md b/docs/index.md index 90c313f04..b02fdc043 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,12 +52,12 @@ footer: false import { onMounted } from 'vue' onMounted(()=>{ if (window.location.hostname === 'wot-design-uni.cn') { - ElMessageBox.confirm('您正在访问的站点速度较慢,是否跳转至更快的 wot-design-uni.gitee.io ?', '提示', { + ElMessageBox.confirm('您正在访问的站点不稳定,是否跳转至更稳定的 wot-design-uni.pages.dev ?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(() => { - window.location.href = 'https://wot-design-uni.gitee.io/'; + window.location.href = 'https://wot-design-uni.pages.dev/'; }).catch(() => { // 用户点击取消按钮时的操作 }); diff --git a/src/uni_modules/wot-design-uni/readme.md b/src/uni_modules/wot-design-uni/readme.md index 2c7513e61..22042099f 100644 --- a/src/uni_modules/wot-design-uni/readme.md +++ b/src/uni_modules/wot-design-uni/readme.md @@ -1,5 +1,5 @@- +
- ✈️ 文档网站 (国内推荐) + ✈️ 文档网站 (推荐) 🚀 文档网站 (备用) - 🔥 文档网站 (备用) + 🔥 文档网站 (备用) + 🚫 文档网站 (Gitee暂时下线)
## ✨ 特性 @@ -59,23 +60,23 @@ 扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。- - + +
## 快速上手 -详细说明见 [快速上手](https://wot-design-uni.gitee.io/guide/quick-use.html)。 +详细说明见 [快速上手](https://wot-design-uni.pages.dev/guide/quick-use.html)。 ## 链接 * [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues) -* [更新日志](https://wot-design-uni.gitee.io/guide/changelog.html) -* [常见问题](https://wot-design-uni.gitee.io/guide/common-problems.html) +* [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html) +* [常见问题](https://wot-design-uni.pages.dev/guide/common-problems.html) * [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) * [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8) * [快速上手项目](https://github.com/Moonofweisheng/wot-starter) -* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/) +* [Vue3路由库](https://wot-design-uni.pages.dev/uni-mini-router/) ## 开发计划 @@ -107,8 +108,8 @@ ### 扫码捐赠- - + +
## LICENSE