From 92aa1efe68f4a9bd52942122b2f063384eb885fc Mon Sep 17 00:00:00 2001 From: Moonofweisheng <1780903673@qq.com> Date: Fri, 1 Nov 2024 18:14:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0create-uni=E5=88=9B=E5=BB=BA=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E4=B8=8A=E6=89=8B=E9=A1=B9=E7=9B=AE=E7=9A=84=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-reply.yml | 2 +- README.md | 5 +++-- docs/guide/quick-use.md | 10 ++++++++++ src/uni_modules/wot-design-uni/readme.md | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/workflows/issue-reply.yml b/.github/workflows/issue-reply.yml index 684831024..3a740e78b 100644 --- a/.github/workflows/issue-reply.yml +++ b/.github/workflows/issue-reply.yml @@ -28,7 +28,7 @@ jobs: body: | 你好,@${{ github.event.issue.user.login }}。 - 我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 fork [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) 并添加相关复现逻辑来提供。 + 我们需要你提供一个最小重现demo,以便于我们帮你排查问题。你可以通过 [create-uni](https://github.com/uni-helper/create-uni) 快速创建一个wot-design-uni项目,并添加相关复现逻辑来提供。 - name: help wanted if: github.event.label.name == 'help wanted' uses: actions-cool/issues-helper@v3 diff --git a/README.md b/README.md index 511fea647..8760a636e 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@
- ✈️ 文档网站 (推荐) - 🚀 文档网站 (Vercel) + 🚀 文档网站 (推荐) + ✈️ 文档网站(cloudflare) 🔥 文档网站 (Netlify) 🚫 文档网站 (Gitee暂时下线)
@@ -91,6 +91,7 @@ | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | | [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-demo](https://github.com/Moonofweisheng/wot-demo) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的wot-design-uni快速起手demo | | [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/guide/quick-use.md b/docs/guide/quick-use.md index 5749ec423..85e43bc9d 100644 --- a/docs/guide/quick-use.md +++ b/docs/guide/quick-use.md @@ -146,3 +146,13 @@ cli项目使用`uni_modules`安装无需配置,对`Volar`的支持自动生效 ``` html- ✈️ 文档网站 (推荐) - 🚀 文档网站 (Vercel) + 🚀 文档网站 (推荐) + ✈️ 文档网站 (cloudflare) 🔥 文档网站 (Netlify) 🚫 文档网站 (Gitee暂时下线)