From c3c6eb124985b4620a336c034919085ecaed20d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=A6=82=E6=91=B8=E9=B1=BC=E5=8E=BB?= <1780903673@qq.com> Date: Sat, 27 Sep 2025 21:10:36 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20vscode=20=E4=BB=A3=E7=A0=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++------ README_en.md | 16 ++++++++++++++++ docs/.vitepress/locales/en-US.ts | 1 + docs/.vitepress/locales/zh-CN.ts | 1 + docs/en-US/guide/introduction.md | 1 + docs/guide/introduction.md | 1 + src/uni_modules/wot-design-uni/readme.md | 11 ++++++----- 7 files changed, 33 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 717b1a2b..43f13e8b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ - 🌍 支持国际化,内置 15 种语言包. - 📖 提供丰富的文档和组件示例. - 🎨 支持修改 CSS 变量实现主题定制. -- 🍭 支持暗黑模式 +- 🍭 支持暗黑模式. ## 📱 预览 @@ -87,15 +87,16 @@ | 项目 | 描述 | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | +| [wot-starter](https://github.com/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 | +| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode 代码提示插件 | | [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/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 | -| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | -| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI 代码块提示 | +| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-ui 的 uni-app 零售行业模板 | +| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | wot-ui 代码块提示 | | [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/unibest-tech/unibest) | 基于 wot-design-uni 的 uni-app 模板 | -| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 | +| [unibest](https://github.com/unibest-tech/unibest) | 基于 wot-ui 的 uni-app 模板 | +| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-ui 组件库问题的智能助手 | | [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 | ## 贡献指南 diff --git a/README_en.md b/README_en.md index 6a5cc793..7fdbf08f 100644 --- a/README_en.md +++ b/README_en.md @@ -82,6 +82,22 @@ Check out some excellent [examples](https://wot-ui.cn/guide/cases.html) here! We welcome contributions of excellent demos and cases. Feel free to submit your case in this [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16). +## Ecosystem + +| Project | Description | +| ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | +| [wot-starter](https://github.com/wot-ui/wot-starter) | A wot-ui quick start project based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) | +| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode code completion plugin | +| [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | A collection of excellent development resources for uni-app multi-platform unified development framework | +| [create-uni](https://github.com/uni-helper/create-uni) | Quickly create uni-app projects | +| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | A uni-app retail industry template based on wot-ui | +| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | wot-ui code snippets | +| [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | A uni-app mini-program build plugin that supports CI (Continuous Integration) | +| [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | A lightweight uni-app router library based on vue3 and TypeScript | +| [unibest](https://github.com/unibest-tech/unibest) | A uni-app template based on wot-ui | +| [wot-design-uni AI Assistant](https://www.coze.cn/store/bot/7347916532258701363) | An intelligent assistant that can answer your questions about wot-ui component library | +| [uni-ku-root](https://github.com/uni-ku/root) | A root component plugin that simulates the original capabilities of App.vue | + ## Contributing Please read our [Contributing Guide](./.github/CONTRIBUTING.md) before making changes to the code. diff --git a/docs/.vitepress/locales/en-US.ts b/docs/.vitepress/locales/en-US.ts index df42eb00..f16e3aed 100644 --- a/docs/.vitepress/locales/en-US.ts +++ b/docs/.vitepress/locales/en-US.ts @@ -93,6 +93,7 @@ export default defineConfig({ { text: 'Resources', items: [ { text: 'Quick Start Template', link: 'https://starter.wot-ui.cn/' }, + { text: 'VS Code IntelliSense Plugin', link: 'https://marketplace.visualstudio.com/items?itemName=wot-ui.wot-ui-intellisense' }, { text: 'Vue3 uni-app Router', link: 'https://moonofweisheng.github.io/uni-mini-router/' }, { text: 'Mini Program CI Tool', link: 'https://github.com/Moonofweisheng/uni-mini-ci' }, { text: 'Uni Helper', link: 'https://uni-helper.js.org/' }, diff --git a/docs/.vitepress/locales/zh-CN.ts b/docs/.vitepress/locales/zh-CN.ts index a11b439e..512827ef 100644 --- a/docs/.vitepress/locales/zh-CN.ts +++ b/docs/.vitepress/locales/zh-CN.ts @@ -97,6 +97,7 @@ export default defineConfig({ { text: '资源', items: [ { text: '快速上手模板', link: 'https://starter.wot-ui.cn/' }, + { text: 'VS Code 代码提示插件', link: 'https://marketplace.visualstudio.com/items?itemName=wot-ui.wot-ui-intellisense' }, { text: 'Vue3 uni-app路由库', link: 'https://moonofweisheng.github.io/uni-mini-router/' }, { text: '多平台小程序CI工具', link: 'https://github.com/Moonofweisheng/uni-mini-ci' }, { text: 'Uni Helper', link: 'https://uni-helper.js.org/' }, diff --git a/docs/en-US/guide/introduction.md b/docs/en-US/guide/introduction.md index fbfc0617..83b0ea9c 100644 --- a/docs/en-US/guide/introduction.md +++ b/docs/en-US/guide/introduction.md @@ -62,6 +62,7 @@ After donation, your nickname and message will be displayed in the [donation lis | [create-uni](https://github.com/uni-helper/create-uni) | Quickly create uni-app projects | | [wot-starter](https://github.com/wot-ui/wot-starter) | A quick-start demo for wot-design-uni based on [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | A uni-app retail industry template based on wot-design-uni | +| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode code completion plugin | | [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI code snippets | | [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | A plugin that supports CI (Continuous Integration) for uni-app mini program after build | | [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | A lightweight uni-app router library based on vue3 and Typescript | diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index 70e99504..42bb9480 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -63,6 +63,7 @@ | [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 | | [wot-starter](https://github.com/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | +| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode 代码提示插件 | | [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI 代码块提示 | | [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 路由库 | diff --git a/src/uni_modules/wot-design-uni/readme.md b/src/uni_modules/wot-design-uni/readme.md index 233d0775..32c17ef9 100644 --- a/src/uni_modules/wot-design-uni/readme.md +++ b/src/uni_modules/wot-design-uni/readme.md @@ -84,15 +84,16 @@ | 项目 | 描述 | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | +| [wot-starter](https://github.com/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 | +| [wot-ui-intellisense](https://github.com/wot-ui/wot-ui-intellisense) | wot-ui vscode 代码提示插件 | | [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/wot-ui/wot-starter) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的 wot-ui 快速起手项目 | -| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | -| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot UI 代码块提示 | +| [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-ui 的 uni-app 零售行业模板 | +| [Wot UI Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | wot-ui 代码块提示 | | [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/unibest-tech/unibest) | 基于 wot-design-uni 的 uni-app 模板 | -| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 | +| [unibest](https://github.com/unibest-tech/unibest) | 基于 wot-ui 的 uni-app 模板 | +| [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-ui 组件库问题的智能助手 | | [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 |