diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a5778cd3..d597a0f2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,9 +2,9 @@ ### 介绍 -感谢你使用 Wot Design Uni。 +感谢你使用 Wot UI。 -以下是关于向 Wot Design Uni 提交反馈或代码的指南。在向 Wot Design Uni 提交 issue 或者 PR 之前,请先花几分钟时间阅读以下内容。 +以下是关于向 Wot UI 提交反馈或代码的指南。在向 Wot UI 提交 issue 或者 PR 之前,请先花几分钟时间阅读以下内容。 ### Issue 规范 @@ -20,7 +20,7 @@ ### 镜像仓库 -如果 GitHub 克隆速度较慢,你也可以直接克隆 Wot Design Uni 在 gitee 上的[镜像仓库](https://gitee.com/wot-design-uni/wot-design-uni): +如果 GitHub 克隆速度较慢,你也可以直接克隆 Wot UI 在 gitee 上的[镜像仓库](https://gitee.com/wot-design-uni/wot-design-uni): ```bash git clone https://gitee.com/wot-design-uni/wot-design-uni.git diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 5db4abd4..9c5b34ac 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,4 +1,4 @@ -name: 向 Wot Design Uni 反馈 Bug +name: 向 Wot UI 反馈 Bug description: 创建一个 Issue 描述你遇到的问题。 title: "[Bug 上报] 请在此填写标题" labels: ["🐞bug: need confirm"] @@ -14,7 +14,7 @@ body: - type: input id: version attributes: - label: Wot Design Uni 版本号 + label: Wot UI 版本号 description: 你正在使用的组件库版本号(请填写 wot-design-uni/package.json 里实际安装的版本) placeholder: 例如:0.1.1 validations: diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 7a30800c..eacb1138 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -1,4 +1,4 @@ -name: 向 Wot Design Uni 提出新功能需求 +name: 向 Wot UI 提出新功能需求 description: 创建一个 Issue 描述一下你的功能需求。 title: "[新功能需求] 请在此填写标题" labels: ["feature: need confirm"] diff --git a/.vscode/settings.json b/.vscode/settings.json index 2f29a990..4e45648d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,8 +82,8 @@ "bottom left", "bottom right", "bottom right", - "\n Wot Design Uni\n ", - "\n Wot Design Uni\n ", + "\n Wot UI\n ", + "\n Wot UI\n ", "@{{ packageConfig.version }}", "span: 24", "span: 12", diff --git a/README.md b/README.md index 0b1f60d8..d0914102 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

logo

-

Wot Design Uni

+

Wot UI

简体中文 | English

@@ -92,7 +92,7 @@ | [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 代码块提示 | +| [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/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 | @@ -107,7 +107,7 @@ ## 贡献者们 -感谢以下所有给 Wot Design Uni 贡献过代码的 [开发者](https://github.com/Moonofweisheng/wot-design-uni/graphs/contributors)。 +感谢以下所有给 Wot UI 贡献过代码的 [开发者](https://github.com/Moonofweisheng/wot-design-uni/graphs/contributors)。 @@ -115,9 +115,9 @@ ## 捐赠本项目 -开发一个 UI 组件库是一项耗时的工作,尤其是要多端适配。为此 Wot Design Uni 经常肝到深夜 …… +开发一个 UI 组件库是一项耗时的工作,尤其是要多端适配。为此 Wot UI 经常肝到深夜 …… -如果您认为 Wot Design Uni 帮助到了您的开发工作,您可以捐赠 Wot Design Uni 的研发工作,捐赠无门槛,哪怕是一杯可乐也好。 +如果您认为 Wot UI 帮助到了您的开发工作,您可以捐赠 Wot UI 的研发工作,捐赠无门槛,哪怕是一杯可乐也好。 捐赠后您的昵称、留言等将会展示在[捐赠榜单](https://wot-design-uni.cn/reward/donor.html)中。 diff --git a/README_en.md b/README_en.md index 19835f8e..3092b753 100644 --- a/README_en.md +++ b/README_en.md @@ -1,7 +1,7 @@

logo

-

Wot Design Uni

+

Wot UI

简体中文 | English

@@ -90,7 +90,7 @@ If you encounter any issues, please feel free to submit an [Issue](https://githu ## Contributors -Thanks to all the [developers](https://github.com/Moonofweisheng/wot-design-uni/graphs/contributors) who have contributed to Wot Design Uni. +Thanks to all the [developers](https://github.com/Moonofweisheng/wot-design-uni/graphs/contributors) who have contributed to Wot UI. @@ -98,9 +98,9 @@ Thanks to all the [developers](https://github.com/Moonofweisheng/wot-design-uni/ ## Donate -Developing a UI component library is time-consuming work, especially when it needs to be adapted for multiple platforms. The Wot Design Uni team often works late into the night... +Developing a UI component library is time-consuming work, especially when it needs to be adapted for multiple platforms. The Wot UI team often works late into the night... -If you find Wot Design Uni helpful in your development work, you can donate to support our development work. Any amount is welcome, even if it's just a cola. +If you find Wot UI helpful in your development work, you can donate to support our development work. Any amount is welcome, even if it's just a cola. After donating, your nickname and message will be displayed on the [donor list](https://wot-design-uni.cn/reward/donor.html). @@ -119,7 +119,7 @@ After donating, your nickname and message will be displayed on the [donor list]( - [wot-design](https://github.com/jd-ftf/wot-design-mini) - Thanks to the wot-design team for their years of maintenance. - [uni-helper](https://github.com/uni-helper) - Thanks to the uni-helper team for providing uni-app tool libraries. -- [Donors](https://wot-design-uni.cn/reward/donor.html) - Thanks to all donors who help Wot Design Uni grow better. +- [Donors](https://wot-design-uni.cn/reward/donor.html) - Thanks to all donors who help Wot UI grow better. ## License diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index f99a3511..1d71983b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -66,7 +66,7 @@ export default defineConfig({ ] } }, - title: `Wot Design Uni`, + title: `Wot UI`, description: '一个参照wot-design打造的uni-app组件库', locales: { root: { diff --git a/docs/en-US/component/icon.md b/docs/en-US/component/icon.md index 5184cdde..6f1f077e 100644 --- a/docs/en-US/component/icon.md +++ b/docs/en-US/component/icon.md @@ -34,7 +34,7 @@ Set the `size` attribute to customize the icon size. ## Custom Icon -Wot Design Uni allows you to use custom icons in two ways: +Wot UI allows you to use custom icons in two ways: ### 1. Using Custom Font Icons diff --git a/docs/en-US/guide/common-problems.md b/docs/en-US/guide/common-problems.md index 310fa1db..c4eacbb0 100644 --- a/docs/en-US/guide/common-problems.md +++ b/docs/en-US/guide/common-problems.md @@ -12,7 +12,7 @@ Currently, no. First, the plugin market lacks CI/CD tools, making automated publ ## How to enable dark mode? -`Wot Design Uni` supports dark mode, theme customization, and other capabilities. See the [ConfigProvider](/en-US/component/config-provider.html) component for details. +`Wot UI` supports dark mode, theme customization, and other capabilities. See the [ConfigProvider](/en-US/component/config-provider.html) component for details. ## Is there a technical communication group? @@ -37,7 +37,7 @@ pnpm add sass@1.78.0 -D ## Mini Program Style Isolation -### When using Wot Design Uni components in pages, you can directly override styles in the page's style file +### When using Wot UI components in pages, you can directly override styles in the page's style file ```vue Primary Button @@ -52,7 +52,7 @@ pnpm add sass@1.78.0 -D ### Why can't I override component library styles in components? -When using Wot Design Uni components in custom components, you need to enable the `styleIsolation: 'shared'` option +When using Wot UI components in custom components, you need to enable the `styleIsolation: 'shared'` option ```vue Primary Button @@ -91,10 +91,10 @@ defineOptions({ ## Mini Program External Style Classes -Wot Design Uni provides many custom style classes for developers to use. The specific style class names can be found in the "External Style Classes" section of the corresponding component. Note that the priority of regular style classes and custom style classes is undefined, so please add `!important` when using to ensure the priority of external style classes. +Wot UI provides many custom style classes for developers to use. The specific style class names can be found in the "External Style Classes" section of the corresponding component. Note that the priority of regular style classes and custom style classes is undefined, so please add `!important` when using to ensure the priority of external style classes. ::: tip Please Note -`Wot Design Uni` components are all set with `scoped`, so its CSS will only affect the elements of the current component, similar to style encapsulation in Shadow DOM. If selectors in `scoped` styles want to make "deeper" selections, that is, affect child components, you can use the `:deep()` pseudo-class: +`Wot UI` components are all set with `scoped`, so its CSS will only affect the elements of the current component, similar to style encapsulation in Shadow DOM. If selectors in `scoped` styles want to make "deeper" selections, that is, affect child components, you can use the `:deep()` pseudo-class: ```css