Skip to content

Commit

Permalink
docs: ✏️ 推荐文档地址调整至cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
xuqingkai committed May 7, 2024
1 parent c8077c9 commit 9119f30
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) 发帖。
Expand Down
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="logo" src="https://wot-design-uni.gitee.io/wot-design.png" width="200">
<img alt="logo" src="https://wot-design-uni.pages.dev/wot-design.png" width="200">
</p>
<h1 align="center">Wot Design Uni</h1>

Expand Down Expand Up @@ -38,9 +38,10 @@
</p>

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

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

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

## 快速上手

详细说明见 [快速上手](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)
Expand Down Expand Up @@ -105,8 +106,8 @@
### 扫码捐赠

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

## LICENSE
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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' },
],
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

## 开发计划

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
// 用户点击取消按钮时的操作
});
Expand Down
23 changes: 12 additions & 11 deletions src/uni_modules/wot-design-uni/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img alt="logo" src="https://wot-design-uni.gitee.io/wot-design.png" width="200">
<img alt="logo" src="https://wot-design-uni.pages.dev/wot-design.png" width="200">
</p>
<h1 align="center">Wot Design Uni</h1>

Expand Down Expand Up @@ -39,9 +39,10 @@
</p>

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

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

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

## 快速上手

详细说明见 [快速上手](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/)

## 开发计划

Expand Down Expand Up @@ -107,8 +108,8 @@
### 扫码捐赠

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

## LICENSE
Expand Down

0 comments on commit 9119f30

Please sign in to comment.