From 9119f30b23676ad1b9a3869e362a3840ba288dc3 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Tue, 7 May 2024 17:08:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E6=96=87=E6=A1=A3=E5=9C=B0=E5=9D=80=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=87=B3cloudflare?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- README.md | 21 +++++++++++---------- docs/.vitepress/config.mts | 4 ++-- docs/guide/introduction.md | 2 +- docs/index.md | 4 ++-- src/uni_modules/wot-design-uni/readme.md | 23 ++++++++++++----------- 6 files changed, 29 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 072d6dcee..6fb2184aa 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -7,7 +7,7 @@ body: attributes: value: | 在向我们提交 Bug 报告前,请优先使用以下方式尝试解决问题: - - 在组件文档 [wot-design-uni](https://wot-design-uni.gitee.io/) 确认使用方法是否正确 + - 在组件文档 [wot-design-uni](https://wot-design-uni.pages.dev/) 确认使用方法是否正确 - 尝试在 [Issue](https://github.com/Moonofweisheng/wot-design-uni/issues) 列表中搜索相同问题 - 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) 发帖。 diff --git a/README.md b/README.md index 68045f721..71442d88a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- logo + logo

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 @@

- logo + logo

Wot Design Uni

@@ -39,9 +39,10 @@

- ✈️ 文档网站 (国内推荐)  + ✈️ 文档网站 (推荐)  🚀 文档网站 (备用)  - 🔥 文档网站 (备用) + 🔥 文档网站 (备用)  + 🚫 文档网站 (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