Skip to content

Commit ae85fc5

Browse files
committed
v2.1.6
1 parent 540f775 commit ae85fc5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+349
-611
lines changed

.DS_Store

6 KB
Binary file not shown.

Colorui-UniApp/.DS_Store

6 KB
Binary file not shown.

Colorui-UniApp/App.vue

100644100755
File mode changed.

Colorui-UniApp/Readme.md

100644100755
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ColorUI在语雀有个群友共同在维护的知识库,里面有一些群友
1414
## 开始使用
1515
下载源码解压,复制根目录的 `/colorui` 文件夹到你的根目录
1616

17-
`App.vue` 引入关键Css `main.css` `icon.css`
17+
`App.vue` 引入关键Css `main.css` `cuIcon.css`
1818
```
1919
<style>
2020
@import "colorui/main.css";
21-
@import "colorui/icon.css";
21+
@import "colorui/cuIcon.css";
2222
@import "app.css"; /* 你的项目css */
2323
....
2424
</style>
@@ -103,6 +103,10 @@ Vue.component('cu-custom',cuCustom)
103103

104104
## 更新日志
105105

106+
* 2019年4月25日 v2.1.6
107+
* 删除var变量 向下兼容安卓APP
108+
* 优化单选等表单控件
109+
106110
* 2019年4月25日 v2.1.5
107111
* 优化图片上传
108112
* 优化一些点击区域过小
@@ -136,5 +140,5 @@ Vue.component('cu-custom',cuCustom)
136140

137141
* 2019年3月25日 v2.1.0
138142
* 完成元素,组件移植
139-
* icon文件更改名称,避免图标冲突
143+
* cuIcon文件更改名称,避免图标冲突
140144
* 针对不同端口做了优化

Colorui-UniApp/colorui/animation.css

100644100755
File mode changed.

Colorui-UniApp/colorui/components/cu-custom.vue

100644100755
File mode changed.

Colorui-UniApp/colorui/icon.css

100644100755
Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)