Skip to content

Commit 47c1764

Browse files
docs: ✏️ 文档新增展示优秀案例
1 parent 5182920 commit 47c1764

4 files changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,17 @@
8080
- [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html)
8181
- [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
8282
- [QQ 群](https://wot-design-uni.pages.dev/guide/join-group.html)
83+
84+
## 优秀案例
85+
86+
我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。
8387

8488
## 周边生态
8589

8690
| 项目 | 描述 |
8791
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
8892
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 |
8993
| [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 |
90-
| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 |
9194
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
9295
| [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 |
9396
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 |

docs/.vitepress/config.mts

Lines changed: 4 additions & 3 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-08-19 10:01:59
4+
* @LastEditTime: 2024-10-10 14:08:16
55
* @LastEditors: weisheng
66
* @Description:
77
* @FilePath: \wot-design-uni\docs\.vitepress\config.mts
@@ -136,11 +136,12 @@ export default defineConfig({
136136
},
137137
{ text: '🥤一杯咖啡', link: '/reward/reward', activeMatch: '/reward/' },
138138
{
139-
text: '相关链接',
139+
text: '周边生态',
140140
items: [
141141
{ text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' },
142142
{ text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' },
143-
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter' },
143+
{ text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter-retail' },
144+
{ text: 'Uni Helper', link: 'https://uni-helper.js.org/' },
144145
],
145146
},
146147
],

docs/guide/introduction.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,24 @@
4848
* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
4949
* [QQ 群](/guide/join-group.html)
5050

51+
## 优秀案例
52+
53+
我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。
54+
55+
5156
## 周边生态
5257

5358
| 项目 | 描述 |
5459
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
5560
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 |
5661
| [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 |
57-
| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 |
5862
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
5963
| [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 |
6064
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 |
6165
| [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 |
6266
| [unibest](https://github.com/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 |
6367
| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 |
68+
| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 |
6469

6570

6671
## 鸣谢

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,24 @@
8383
- [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions)
8484
- [QQ 群](https://wot-design-uni.pages.dev/guide/join-group.html)
8585

86+
## 优秀案例
87+
88+
我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。
89+
8690

8791
## 周边生态
8892

8993
| 项目 | 描述 |
9094
| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
9195
| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 |
9296
| [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 |
93-
| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 |
9497
| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 |
9598
| [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 |
9699
| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 |
97100
| [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 |
98101
| [unibest](https://github.com/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 |
99102
| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 |
103+
| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 |
100104

101105

102106
## 贡献指南

0 commit comments

Comments
 (0)