mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
docs: ✏️ 修复文档中config-provider等页面的错误
This commit is contained in:
parent
2e3ab63d3d
commit
f71e6412e7
@ -45,12 +45,12 @@
|
||||
- 💪 使用 Typescript 构建,提供良好的组件类型系统.
|
||||
- 💪 采用 Vue3 最新特性,提升组件性能.
|
||||
- 📖 提供丰富的文档和组件示例.
|
||||
- 🎨 支持主题定制,可以定制 scss 变量以及组件的样式自定义.
|
||||
- 🎨 支持修改 CSS 变量实现主题定制.
|
||||
- 🍭 支持暗黑模式
|
||||
|
||||
## 📱 预览
|
||||
|
||||
扫描二维码访问演示:
|
||||
扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.cn/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
@ -71,6 +71,9 @@
|
||||
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
|
||||
* [Vue3路由库](https://moonofweisheng.gitee.io/uni-mini-router/)
|
||||
|
||||
## 开发计划
|
||||
|
||||
开发计划已公布在[Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions/45)中,欢迎参与讨论,提出意见和建议。
|
||||
|
||||
## 贡献指南
|
||||
|
||||
|
||||
@ -95,9 +95,9 @@ import { ref, reactive } from 'vue'
|
||||
export default {
|
||||
setup() {
|
||||
// themeVars 内的值会被转换成对应 CSS 变量
|
||||
// 比如 buttonPrimaryBg 会转换成 `--wot-button-primary-bg`
|
||||
// 比如 buttonPrimaryBg 会转换成 `--wot-button-primary-bg-color`
|
||||
const themeVars = reactive({
|
||||
buttonPrimaryBg: '#07c160',
|
||||
buttonPrimaryBgColor: '#07c160',
|
||||
buttonPrimaryColor: '#07c160'
|
||||
})
|
||||
return {
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
- 💪 使用 Typescript 构建,提供良好的组件类型系统.
|
||||
- 💪 采用 Vue3 最新特性,提升组件性能.
|
||||
- 📖 提供丰富的文档和组件示例.
|
||||
- 🎨 支持主题定制,可以定制scss变量以及组件的样式自定义.
|
||||
- 🎨 支持修改 CSS 变量实现主题定制.
|
||||
- 🍭 支持暗黑模式
|
||||
|
||||
> 使用Vue3最新特性开发,持续优化体验
|
||||
@ -39,6 +39,10 @@
|
||||
* [QQ 群](https://qm.qq.com/cgi-bin/qm/qr?k=O1Z3pal6StL39qHtABqR54Tb56igr90O&jump_from=webapi&authKey=MtVWfi/EQbT03wW7tKXv4bmyKYHBHtzI8VewlzSsOdxFjN0wbgNy17np9Z9yC4Z8)
|
||||
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
|
||||
* [Vue3路由库](https://moonofweisheng.gitee.io/uni-mini-router/)
|
||||
|
||||
## 开发计划
|
||||
|
||||
开发计划已公布在[Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions/45)中,欢迎参与讨论,提出意见和建议。
|
||||
|
||||
## 开源协议
|
||||
|
||||
|
||||
@ -45,12 +45,12 @@
|
||||
- 💪 使用 Typescript 构建,提供良好的组件类型系统.
|
||||
- 💪 采用 Vue3 最新特性,提升组件性能.
|
||||
- 📖 提供丰富的文档和组件示例.
|
||||
- 🎨 支持主题定制,可以定制 scss 变量以及组件的样式自定义.
|
||||
- 🎨 支持修改 CSS 变量实现主题定制.
|
||||
- 🍭 支持暗黑模式
|
||||
|
||||
## 📱 预览
|
||||
|
||||
扫描二维码访问演示:
|
||||
扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。
|
||||
|
||||
<p>
|
||||
<img src="https://wot-design-uni.cn/wx.jpg" width="200" height="200" style="margin-right:30px"/>
|
||||
@ -71,6 +71,10 @@
|
||||
* [快速上手项目](https://github.com/Moonofweisheng/wot-starter)
|
||||
* [Vue3路由库](https://moonofweisheng.gitee.io/uni-mini-router/)
|
||||
|
||||
## 开发计划
|
||||
|
||||
开发计划已公布在[Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions/45)中,欢迎参与讨论,提出意见和建议。
|
||||
|
||||
## 贡献指南
|
||||
|
||||
修改代码请阅读我们的 [贡献指南](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/.github/CONTRIBUTING.md)。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user