Skip to content

Commit e2fb515

Browse files
author
xuqingkai
committed
docs: ✏️ 修复部分外部链接不可用的问题
1 parent 435719f commit e2fb515

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44
<h1 align="center">Wot Design Uni</h1>
55

6-
<p align="center">📱 一个参照<a href="https://ftf.jd.com/wot-design/">wot-design</a>,基于 Vue3 打造的uni-app组件库</p>
6+
<p align="center">📱 一个基于vue3+Typescript构建,参照<a href="https://ftf.jd.com/wot-design/">wot-design</a>打造的uni-app组件库</p>
77

88
<p align="center">
99

@@ -74,7 +74,6 @@
7474
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
7575
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
7676
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
77-
* [Vue3路由库](https://moonofweisheng.gitee.io/uni-mini-router/)
7877

7978
## 开发计划
8079

docs/.vitepress/config.ts

Lines changed: 3 additions & 5 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-01-26 13:32:22
4+
* @LastEditTime: 2024-03-20 13:15:11
55
* @LastEditors: weisheng
66
* @Description:
77
* @FilePath: \wot-design-uni\docs\.vitepress\config.ts
@@ -108,11 +108,9 @@ export default defineConfig({
108108
{
109109
text: '相关链接',
110110
items: [
111-
{ text: 'Vue3路由库', link: 'https://moonofweisheng.gitee.io/uni-mini-router/' },
111+
{ text: 'Vue3 uni-app路由库', link: 'https://wot-design-uni.gitee.io/uni-mini-router/' },
112+
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
112113
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter' },
113-
{ text: 'uni-mini-ci', link: 'https://gitee.com/fant-mini/uni-mini-ci' },
114-
{ text: 'wot-design', link: 'https://ftf.jd.com/wot-design/' },
115-
{ text: 'wot-design-mini', link: 'https://ftf.jd.com/wot-design-mini/' }
116114
],
117115
},
118116
],

docs/guide/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 介绍
22

3-
`wot-design-uni`组件库基于`vue3`+`Typescript`构建,参照`wot desing`的设计规范进行开发,旨在给开发者提供统一的UI交互,同时提高研发的开发效率。
3+
`wot-design-uni`组件库基于`vue3`+`Typescript`构建,参照`wot design`的设计规范进行开发,提供60+高质量组件,支持暗黑模式、国际化和自定义主题,旨在给开发者提供统一的UI交互,同时提高研发的开发效率。
44

55
## 快速上手
66

@@ -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://moonofweisheng.gitee.io/uni-mini-router/)
41+
* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/)
4242

4343
## 开发计划
4444

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44
<h1 align="center">Wot Design Uni</h1>
55

6-
<p align="center">📱 一个参照<a href="https://ftf.jd.com/wot-design/">wot-design</a>,基于 Vue3 打造的uni-app组件库</p>
6+
<p align="center">📱 一个基于vue3+Typescript构建,参照<a href="https://ftf.jd.com/wot-design/">wot-design</a>打造的uni-app组件库</p>
77

88
<p align="center">
99

@@ -75,7 +75,7 @@
7575
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
7676
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
7777
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
78-
* [Vue3路由库](https://moonofweisheng.gitee.io/uni-mini-router/)
78+
* [Vue3路由库](https://wot-design-uni.gitee.io/uni-mini-router/)
7979

8080
## 开发计划
8181

0 commit comments

Comments
 (0)