Skip to content

Commit

Permalink
V1.6.5更新
Browse files Browse the repository at this point in the history
V1.6.5更新
  • Loading branch information
dingyong0214 committed May 28, 2021
1 parent fd8e5fb commit 0b5f39d
Showing 1 changed file with 88 additions and 1 deletion.
89 changes: 88 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<font color="#5677fc">`开源不易,需要鼓励。给 ThorUI项目点个 star吧`</font> [GitHub](https://github.com/dingyong0214/ThorUI)

# ThorUI
ThorUI组件库小程序原生版本,该开源版源码为V1.4.2版本,后续更新版本付费会员才可使用(¥120/永久)【线上最新版为V1.6.2】。
ThorUI组件库小程序原生版本,该开源版源码为V1.4.2版本,后续更新版本付费会员才可使用(¥120/永久)【线上最新版为V1.6.5】。

[点此开通会员](https://thorui.cn/doc/docs/member.html)

Expand Down Expand Up @@ -40,6 +40,93 @@ ThorUI组件库小程序原生版本,该开源版源码为V1.4.2版本,后

## 更新日志

### V1.6.5(2021-05-28)

1.tui-validation(表单验证)优化,新增validator自定义验证配置项,具体查看文档。

2.tui-round-progress(圆形进度条)组件优化,修复已知问题。

3.tui-cascade-selection(级联选择器)组件优化,修复已知问题。

4.tui-tabs(标签页)组件优化,选项卡可设置数字角标。

<font color="#5677fc">`扫码体验[ThorUI组件库]小程序`</font>

![ThorUI组件库](https://thorui.cn/img/applets_sm.jpg)

=====================

【ThorUI示例V1.1.0】更新:

1.tui-org-tree(组织架构树)组件优化,可控制节点内容排版方式、节点选中状态、展开收起子节点,具体查看文档。

2.新增tui-form(表单)组件,主要用于表单验证。

3.新增tui-input(输入框)组件,原生input组件增强。

4.新增tui-textarea(多行输入框)组件。

5.新增tui-label(标签)组件,用来改进表单组件的可用性。

6.新增tui-radio(单项选择器)组件。

7.新增tui-checkbox(多项选择器)组件。

8.新增tui-switch(开关)组件。

9.新增tui-picker(选择器)组件,支持1~3级数据。

10.新增tui-landscape(压屏窗)组件。

11.新增tui-segmented-control(分段器)组件。

12.新增tui-notice-bar(通告栏)组件。

13.新增tui-alerts(警告框)组件。

14.新增tui-request(数据请求)封装,支持Promise,支持请求拦截和响应拦截,支持请求未结束之前阻止重复请求等。

15.tui-utils(工具类)优化,具体查看文档。

16.新增tui-row组件,配合组件tui-col组件使用(24栅格化布局)。

17.新增tui-tree-view(树型菜单)组件。

18.新增tui-charts-column(柱状图-css版)组件。

19.新增tui-charts-bar(横向柱状图-css版)组件。

20.新增tui-charts-line(折线图表-css版)组件。

21.新增tui-charts-pie(饼状图表-css版)组件。

22.tui-lazyload-img(图片懒加载)组件优化,修复已知问题。

23.新增tui-pagination(分页器)组件。

<font color="#5677fc">`扫码体验[ThorUI示例]小程序`</font>

![ThorUI示例](https://thorui.cn/img/thorui-extend__sm.jpg)

=====================

<font color="#5677fc">`其中【ThorUI示例】项目只对会员开放。`</font>

注:会员专用内容加入会员才可使用,点此 [开通会员](https://thorui.cn/doc/docs/member.html)

### 部分功能截图

| ![](https://thorui.cn/img/V165/t_01.jpg) |![](https://thorui.cn/img/V165/t_02.jpg) |![](https://thorui.cn/img/V165/t_03.jpg) |
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V165/t_04.jpg) |![](https://thorui.cn/img/V165/t_05.jpg) |![](https://thorui.cn/img/V165/t_06.jpg) |
| ![](https://thorui.cn/img/V165/t_07.jpg) |![](https://thorui.cn/img/V165/t_08.jpg) |![](https://thorui.cn/img/V165/t_09.jpg) |
| ![](https://thorui.cn/img/V165/t_10.png) |![](https://thorui.cn/img/V165/t_11.jpg) |![](https://thorui.cn/img/V165/t_12.jpg) |
| ![](https://thorui.cn/img/V165/t_13.jpg) |![](https://thorui.cn/img/V165/t_14.png) |![](https://thorui.cn/img/V165/t_15.jpg) |
| ![](https://thorui.cn/img/V165/t_16.jpg) |![](https://thorui.cn/img/V165/t_17.jpg) |![](https://thorui.cn/img/V165/t_18.jpg) |
| ![](https://thorui.cn/img/V165/t_19.jpg) |![](https://thorui.cn/img/V165/t_20.jpg) |![](https://thorui.cn/img/V165/t_21.jpg) |
| ![](https://thorui.cn/img/V165/t_22.jpg) | | |


### V1.6.2 (2021-03-21)

1.tui-actionsheet(操作菜单)组件优化,点击事件返回参数中新增按钮obj对象数据。
Expand Down

0 comments on commit 0b5f39d

Please sign in to comment.