Skip to content

Commit 9119f30

Browse files
author
xuqingkai
committed
docs: ✏️ 推荐文档地址调整至cloudflare
1 parent c8077c9 commit 9119f30

File tree

6 files changed

+29
-27
lines changed

6 files changed

+29
-27
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
在向我们提交 Bug 报告前,请优先使用以下方式尝试解决问题:
10-
- 在组件文档 [wot-design-uni](https://wot-design-uni.gitee.io/) 确认使用方法是否正确
10+
- 在组件文档 [wot-design-uni](https://wot-design-uni.pages.dev/) 确认使用方法是否正确
1111
- 尝试在 [Issue](https://github.com/Moonofweisheng/wot-design-uni/issues) 列表中搜索相同问题
1212
- 如果不是反馈 Bug,请到 [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) 发帖。
1313

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="logo" src="https://wot-design-uni.gitee.io/wot-design.png" width="200">
2+
<img alt="logo" src="https://wot-design-uni.pages.dev/wot-design.png" width="200">
33
</p>
44
<h1 align="center">Wot Design Uni</h1>
55

@@ -38,9 +38,10 @@
3838
</p>
3939

4040
<p align="center">
41-
✈️ <a href="https://wot-design-uni.gitee.io/">文档网站 (国内推荐)</a>&nbsp;
41+
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>&nbsp;
4242
🚀 <a href="https://wot-design-uni.cn">文档网站 (备用)</a>&nbsp;
43-
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (备用)</a>
43+
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (备用)</a>&nbsp;
44+
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
4445
</p>
4546

4647
## ✨ 特性
@@ -58,19 +59,19 @@
5859
扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。
5960

6061
<p>
61-
<img src="https://wot-design-uni.gitee.io/wx.jpg" width="200" height="200" style="margin-right:30px"/>
62-
<img src="https://wot-design-uni.gitee.io/alipay.png" width="200" height="200" />
62+
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200" style="margin-right:30px"/>
63+
<img src="https://wot-design-uni.pages.dev/alipay.png" width="200" height="200" />
6364
</p>
6465

6566
## 快速上手
6667

67-
详细说明见 [快速上手](https://wot-design-uni.gitee.io/guide/quick-use.html)
68+
详细说明见 [快速上手](https://wot-design-uni.pages.dev/guide/quick-use.html)
6869

6970
## 链接
7071

7172
* [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues)
72-
* [更新日志](https://wot-design-uni.gitee.io/guide/changelog.html)
73-
* [常见问题](https://wot-design-uni.gitee.io/guide/common-problems.html)
73+
* [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html)
74+
* [常见问题](https://wot-design-uni.pages.dev/guide/common-problems.html)
7475
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
7576
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
7677
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
@@ -105,8 +106,8 @@
105106
### 扫码捐赠
106107

107108
<p>
108-
<img src="https://wot-design-uni.gitee.io/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
109-
<img src="https://wot-design-uni.gitee.io/alipayQrcode.jpg" width="200" height="200" />
109+
<img src="https://wot-design-uni.pages.dev/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
110+
<img src="https://wot-design-uni.pages.dev/alipayQrcode.jpg" width="200" height="200" />
110111
</p>
111112

112113
## LICENSE

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* @Author: weisheng
33
* @Date: 2023-07-27 10:26:09
4-
* @LastEditTime: 2024-04-10 11:31:29
4+
* @LastEditTime: 2024-05-07 17:05:08
55
* @LastEditors: weisheng
66
* @Description:
77
* @FilePath: \wot-design-uni\docs\.vitepress\config.mts
@@ -144,7 +144,7 @@ export default defineConfig({
144144
{
145145
text: '相关链接',
146146
items: [
147-
{ text: 'Vue3 uni-app路由库', link: 'https://wot-design-uni.gitee.io/uni-mini-router/' },
147+
{ text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
148148
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
149149
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter' },
150150
],

docs/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
3939
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
4040
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
41-
* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/)
41+
* [Vue3路由库](https://moonofweisheng.github.io/uni-mini-router/)
4242

4343
## 开发计划
4444

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ footer: false
5252
import { onMounted } from 'vue'
5353
onMounted(()=>{
5454
if (window.location.hostname === 'wot-design-uni.cn') {
55-
ElMessageBox.confirm('您正在访问的站点速度较慢,是否跳转至更快的 wot-design-uni.gitee.io', '提示', {
55+
ElMessageBox.confirm('您正在访问的站点不稳定,是否跳转至更稳定的 wot-design-uni.pages.dev', '提示', {
5656
confirmButtonText: '确定',
5757
cancelButtonText: '取消',
5858
type: 'warning'
5959
}).then(() => {
60-
window.location.href = 'https://wot-design-uni.gitee.io/';
60+
window.location.href = 'https://wot-design-uni.pages.dev/';
6161
}).catch(() => {
6262
// 用户点击取消按钮时的操作
6363
});

src/uni_modules/wot-design-uni/readme.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="logo" src="https://wot-design-uni.gitee.io/wot-design.png" width="200">
2+
<img alt="logo" src="https://wot-design-uni.pages.dev/wot-design.png" width="200">
33
</p>
44
<h1 align="center">Wot Design Uni</h1>
55

@@ -39,9 +39,10 @@
3939
</p>
4040

4141
<p align="center">
42-
✈️ <a href="https://wot-design-uni.gitee.io">文档网站 (国内推荐)</a>&nbsp;
42+
✈️ <a href="https://wot-design-uni.pages.dev/">文档网站 (推荐)</a>&nbsp;
4343
🚀 <a href="https://wot-design-uni.cn">文档网站 (备用)</a>&nbsp;
44-
🔥 <a href="https://wot-design-uni.netlify.app">文档网站 (备用)</a>
44+
🔥 <a href="https://wot-design-uni.netlify.app/">文档网站 (备用)</a>&nbsp;
45+
🚫 <a href="https://wot-design-uni.gitee.io/">文档网站 (Gitee暂时下线)</a>
4546
</p>
4647

4748
## ✨ 特性
@@ -59,23 +60,23 @@
5960
扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。
6061

6162
<p>
62-
<img src="https://wot-design-uni.gitee.io/wx.jpg" width="200" height="200" style="margin-right:30px"/>
63-
<img src="https://wot-design-uni.gitee.io/alipay.png" width="200" height="200" />
63+
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200" style="margin-right:30px"/>
64+
<img src="https://wot-design-uni.pages.dev/alipay.png" width="200" height="200" />
6465
</p>
6566

6667
## 快速上手
6768

68-
详细说明见 [快速上手](https://wot-design-uni.gitee.io/guide/quick-use.html)
69+
详细说明见 [快速上手](https://wot-design-uni.pages.dev/guide/quick-use.html)
6970

7071
## 链接
7172

7273
* [意见反馈](https://github.com/Moonofweisheng/wot-design-uni/issues)
73-
* [更新日志](https://wot-design-uni.gitee.io/guide/changelog.html)
74-
* [常见问题](https://wot-design-uni.gitee.io/guide/common-problems.html)
74+
* [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html)
75+
* [常见问题](https://wot-design-uni.pages.dev/guide/common-problems.html)
7576
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
7677
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
7778
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
78-
* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/)
79+
* [Vue3路由库](https://wot-design-uni.pages.dev/uni-mini-router/)
7980

8081
## 开发计划
8182

@@ -107,8 +108,8 @@
107108
### 扫码捐赠
108109

109110
<p>
110-
<img src="https://wot-design-uni.gitee.io/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
111-
<img src="https://wot-design-uni.gitee.io/alipayQrcode.jpg" width="200" height="200" />
111+
<img src="https://wot-design-uni.pages.dev/weixinQrcode.jpg" width="200" height="200" style="margin-right:30px"/>
112+
<img src="https://wot-design-uni.pages.dev/alipayQrcode.jpg" width="200" height="200" />
112113
</p>
113114

114115
## LICENSE

0 commit comments

Comments
 (0)