diff --git a/README.md b/README.md index a83abae7e..511fea647 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ - [更新日志](https://wot-design-uni.pages.dev/guide/changelog.html) - [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) - [QQ 群](https://wot-design-uni.pages.dev/guide/join-group.html) + +## 优秀案例 + +我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。 ## 周边生态 @@ -87,7 +91,6 @@ | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 | | [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 | -| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | | [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 | | [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 | diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 49d915ad3..306d6e8dd 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-08-19 10:01:59 + * @LastEditTime: 2024-10-10 14:08:16 * @LastEditors: weisheng * @Description: * @FilePath: \wot-design-uni\docs\.vitepress\config.mts @@ -136,11 +136,12 @@ export default defineConfig({ }, { text: '🥤一杯咖啡', link: '/reward/reward', activeMatch: '/reward/' }, { - text: '相关链接', + text: '周边生态', items: [ { 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' }, + { text: '快速上手项目', link: 'https://github.com/Moonofweisheng/wot-starter-retail' }, + { text: 'Uni Helper', link: 'https://uni-helper.js.org/' }, ], }, ], diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index 00d17a964..cadfb3de8 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -48,19 +48,24 @@ * [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) * [QQ 群](/guide/join-group.html) +## 优秀案例 + +我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。 + + ## 周边生态 | 项目 | 描述 | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 | | [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 | -| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | | [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 | | [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 | | [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 | | [unibest](https://github.com/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 | | [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 | +| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 | ## 鸣谢 diff --git a/src/uni_modules/wot-design-uni/readme.md b/src/uni_modules/wot-design-uni/readme.md index 3bd07ad5a..1bc1e5ccc 100644 --- a/src/uni_modules/wot-design-uni/readme.md +++ b/src/uni_modules/wot-design-uni/readme.md @@ -83,6 +83,10 @@ - [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) - [QQ 群](https://wot-design-uni.pages.dev/guide/join-group.html) +## 优秀案例 + +我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。 + ## 周边生态 @@ -90,13 +94,13 @@ | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 | | [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 | -| [wot-starter](https://github.com/Moonofweisheng/wot-starter) | 基于 wot-design-uni 的快速上手项目 | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | | [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 | | [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 | | [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 | | [unibest](https://github.com/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 | | [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 | +| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 | ## 贡献指南