|
1 | | -# 介绍 |
| 1 | +# 介绍 |
2 | 2 |
|
3 | | -`wot-design-uni`组件库基于`vue3`+`Typescript`构建,参照`wot design`的设计规范进行开发,提供70+高质量组件,支持暗黑模式、国际化和自定义主题,旨在给开发者提供统一的UI交互,同时提高研发的开发效率。 |
| 3 | +`wot-design-uni`组件库基于`vue3`+`Typescript`构建,参照`wot design`的设计规范进行开发,提供 70+高质量组件,支持暗黑模式、国际化和自定义主题,旨在给开发者提供统一的 UI 交互,同时提高研发的开发效率。 |
4 | 4 |
|
5 | 5 | ## 快速上手 |
6 | 6 |
|
|
40 | 40 | - 🎨 支持修改 CSS 变量实现主题定制. |
41 | 41 | - 🍭 支持暗黑模式 |
42 | 42 |
|
43 | | - |
44 | 43 | ## 链接 |
45 | 44 |
|
46 | | -* [更新日志](/guide/changelog) |
47 | | -* [常见问题](/guide/common-problems) |
48 | | -* [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) |
49 | | -* [QQ 群](/guide/join-group.html) |
| 45 | +- [更新日志](/guide/changelog) |
| 46 | +- [常见问题](/guide/common-problems) |
| 47 | +- [Discussions 讨论区](https://github.com/Moonofweisheng/wot-design-uni/discussions) |
| 48 | +- [QQ 群](/guide/join-group.html) |
50 | 49 |
|
51 | 50 | ## 优秀案例 |
52 | 51 |
|
53 | 52 | 我们非常欢迎大家一起贡献优秀的 Demo 与案例,欢迎在此 [issue](https://github.com/Moonofweisheng/wot-design-uni/issues/16) 提交案例。 |
54 | 53 |
|
| 54 | + <el-card style="max-width: 250px" shadow="hover"> |
| 55 | + <template #header> |
| 56 | + <span style=" font-size:18px;font-wight:500">薪资速算器</span> |
| 57 | + </template> |
| 58 | + <el-image |
| 59 | + :src="salaryCalculator" |
| 60 | + style="width: 100%" |
| 61 | + /> |
| 62 | + </el-card> |
55 | 63 |
|
56 | 64 | ## 赞助我们 |
57 | 65 |
|
|
65 | 73 | | ----------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | |
66 | 74 | | [awesome-uni-app](https://github.com/uni-helper/awesome-uni-app) | 多端统一开发框架 uni-app 优秀开发资源汇总 | |
67 | 75 | | [create-uni](https://github.com/uni-helper/create-uni) | 快速创建 uni-app 项目 | |
| 76 | +| [wot-demo](https://github.com/Moonofweisheng/wot-demo) | 基于 [vitesse-uni-app](https://github.com/uni-helper/vitesse-uni-app) 的wot-design-uni快速起手demo | |
68 | 77 | | [wot-starter-retail](https://github.com/Moonofweisheng/wot-starter-retail) | 基于 wot-design-uni 的 uni-app 零售行业模板 | |
69 | 78 | | [Wot Design Uni Snippets](https://marketplace.visualstudio.com/items?itemName=kiko.wot-design-uni-snippets) | Wot Design Uni 代码块提示 | |
70 | 79 | | [uni-mini-ci](https://github.com/Moonofweisheng/uni-mini-ci) | 一个 uni-app 小程序端构建后支持 CI(持续集成)的插件 | |
71 | 80 | | [uni-mini-router](https://github.com/Moonofweisheng/uni-mini-router) | 一个基于 vue3 和 Typescript 的轻量级 uni-app 路由库 | |
72 | 81 | | [unibest](https://github.com/codercup/unibest) | 基于 wot-design-uni 的 uni-app 模板 | |
73 | 82 | | [wot-design-uni AI 助手](https://www.coze.cn/store/bot/7347916532258701363) | 一个能回答你关于 wot-design-uni 组件库问题的智能助手 | |
74 | | -| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 | |
| 83 | +| [uni-ku-root](https://github.com/uni-ku/root) | 一个模拟 App.vue 原有能力的根组件插件 | |
75 | 84 |
|
76 | 85 | ## 鸣谢 |
77 | 86 |
|
78 | 87 | - [wot-design](https://github.com/jd-ftf/wot-design-mini) - 感谢 wot-design 团队多年来的不断维护,让 wot-design-uni 能够站在巨人的肩膀上。 |
79 | 88 | - [uni-helper](https://github.com/uni-helper) - 感谢 uni-helper 团队提供的 uni-app 工具库,让 wot-design-uni 能够更方便地使用。 |
80 | 89 | - [捐赠者](https://wot-design-uni.cn/reward/donor.html) - 感谢所有捐赠者,是你们的捐赠让 wot-design-uni 能够更好地发展。 |
81 | 90 |
|
82 | | - |
83 | | - |
84 | 91 | ## 开源协议 |
85 | 92 |
|
86 | 93 | 本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。 |
87 | 94 |
|
88 | | -<script> |
| 95 | +<script setup> |
89 | 96 | import WxQrcode from '/wx.jpg' |
90 | 97 | import AlipayQrcode from '/alipay.png' |
91 | 98 | import H5Qrcode from '/h5.png' |
92 | 99 | import AndroidQrcode from '/android.png' |
93 | | - |
94 | | - |
95 | | -export default { |
96 | | - data () { |
97 | | - return { |
98 | | - WxQrcode, |
99 | | - AlipayQrcode, |
100 | | - H5Qrcode, |
101 | | - AndroidQrcode |
102 | | - } |
103 | | - } |
104 | | -} |
105 | | -</script> |
| 100 | +import salaryCalculator from '/salary-calculator.jpg' |
| 101 | +</script> |
0 commit comments