Skip to content

Commit

Permalink
V1.5.8更新
Browse files Browse the repository at this point in the history
  • Loading branch information
echo0214 committed Sep 2, 2020
1 parent 63fb30b commit 978598e
Show file tree
Hide file tree
Showing 37 changed files with 4,894 additions and 4,976 deletions.
313 changes: 192 additions & 121 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,128 +22,199 @@ ThorUI组件库,uni-app版本,v3编译,支持nvue uni-app编译模式(

本项目已同步更新到[微信小程序(原生小程序代码)](https://github.com/dingyong0214/ThorUI),后续会更新到支付宝小程序,百度小程序,头条小程序等

## 更新日志

## V1.5.6(2020-08-18)

1.修复tui-tabs组件宽度不正确的bug。

2.修复级联选择组件(tui-cascade-selection)默认数据不生效的bug。

3.优化tui-button按钮组件,新增props:preventClick[是否阻止用户重复点击,设为true则200ms内只执行一次点击事件,默认false]

--------------------------

注:加入会员享受更多权益(¥99/永久)。

如若需要,请联系QQ:3168647172 或 3039218619。

## V1.5.5(2020-08-16)

1.自定义导航栏组件优化,新增props:maxOpacity(最大不透明度值),dropDownHide(下拉隐藏NavigationBar,主要针对有回弹效果ios端)。

2.上传组件优化,可限制上传图片类型,单张图片大小,sizeType,sourceType。

3.倒计时组件优化,可每秒返回剩余时间,默认不返回。

4.tui-modal弹框组件优化,修复transform导致元素内字体模糊的问题。

5.tui-button按钮组件优化,新增link样式配置,具体查看文档。

6.tui-tabs标签页组件优化,新增props:width(tabs宽度)设置。

7.tui-image-group图片组合组件优化,横向展示支持多行。

8.裁剪组件优化,修复网络图片在小程序端裁剪出现空白的问题。

9.商城模板更新【会员专用】。

1).首页改版,新增秒杀模块

2).选择优惠券(提交订单)

3).开具发票

4).发票详情

5).查看发票,发送至邮箱

6).商品评论

7).评论详情,评论回复

8).评价晒单

9).店铺

10).店铺详情

11).限时秒杀列表

12).秒杀详情

13).商品详情优化,新增视频播放入口

--------------------------

注:会员专用内容加入会员才可使用(¥99/永久)。

如若需要,请联系QQ:3168647172 或 3039218619。

## 部分功能截图

| ![](https://thorui.cn/img/V155/1.png) |![](https://thorui.cn/img/V155/2.png) |![](https://thorui.cn/img/V155/3.png) |
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V155/4.png) |![](https://thorui.cn/img/V155/5.png) |![](https://thorui.cn/img/V155/6.jpg) |
| ![](https://thorui.cn/img/V155/7.png) |![](https://thorui.cn/img/V155/8.png) |![](https://thorui.cn/img/V155/9.png) |
| ![](https://thorui.cn/img/V155/10.png) |![](https://thorui.cn/img/V155/11.png) |![](https://thorui.cn/img/V155/12.png) |
| ![](https://thorui.cn/img/V155/13.png) |![](https://thorui.cn/img/V155/14.png) |![](https://thorui.cn/img/V155/15.png) |
| ![](https://thorui.cn/img/V155/16.png) |![](https://thorui.cn/img/V155/17.png) |![](https://thorui.cn/img/V155/18.png) |
| ![](https://thorui.cn/img/V155/19.png) |![](https://thorui.cn/img/V155/20.png) |![](https://thorui.cn/img/V155/21.png) |
| ![](https://thorui.cn/img/V155/22.png) |![](https://thorui.cn/img/V155/23.png) |![](https://thorui.cn/img/V155/24.png) |


## V1.5.2(2020-07-20)

1.步骤条组件优化,支持自定义图标,支持设置线条为虚线。

2.修复图片裁剪组件(wxs版)初始化裁剪不正确的问题。

3.按钮(tui-button)组件支持表单提交,详见文档。

4.图片上传组件(tui-upload)新增props:header,formData,修复初始化图片不显示的bug。

5.tabbar组件与自定义导航栏组件(NavBar)背景支持设置高斯模糊(ios端)。

6.uni-app版本骨架屏修复编译到小程序端无法获取到组件节点的bug。

7.日历组件单个日期选择和区间选择支持设置默认选中。

8.新增多语言模板。源码地址 :[ThorUI-utag](https://github.com/dingyong0214/ThorUI-utag)

9.新增拖拽排序组件,wxs实现,详细查看多语言模板示例。

10.新增签到模板(点star获取源码)。获取步骤如下:

1)去GitHub给ThorUI项目点star,项目地址分别为:[ThorUI](https://github.com/dingyong0214/ThorUI)[ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)

2)加QQ3039218619,截图发送到该QQ即可获取源码。

--------------------------

注:自1.4.2版本之后,ThorUI只对uni-app版本进行开源,小程序原生版付费会员才可使用(¥99/永久),1.4.2版本之前不受影响。
如若需要,请联系QQ:3168647172。


## 部分功能截图
## 更新日志

## V1.5.8(2020-08-31)

1.tui-navigation-bar组件优化,可设置背景透明 【设置该属性,则背景透明,只出现内容,isOpacity和maxOpacity失效】

2.tui-swipe-action组件优化,背景色改为配置。modal弹框、抽屉、tabbar等组件z-index改为配置,具体查看文档。

3.修复小程序端tui-numberbox组件输入比最小值小的数无法自动重置成最小值的问题。

4.优化索引列表在H5端滑动切换索引会引起页面回弹的问题。

5.tui-bottom-popup组件优化,可设置z-index以及显示时垂直方向移动的距离translateY。

6.nvue版thor-icon组件优化,更换字体base64。

7.商城模板更新【会员专用】。

1).首页调整,新增拼团模块

2).拼团列表

3).拼团商品详情

4).正在拼团中列表

5).我的拼团

6).拼团详情

7).退款/售后列表

8).退款详情

9).申请售后

8.新增简单咖啡点单模板,类似weStoreCafe【该模板为付费模板¥100,会员2折】

1).点单

2).账单结算

3).编辑地址

4).地址列表

5).我的订单

6).订单详情

7).微信登录/验证码登录

9.修复部分已知bug。

--------------------------

注:会员专用内容加入会员才可使用(¥99/永久),付费模板会员可享受折扣。

如若需要,请联系QQ:3168647172 或 3039218619。

## 部分功能截图

| ![](https://thorui.cn/img/V158/1.png) |![](https://thorui.cn/img/V158/2.png) |![](https://thorui.cn/img/V158/3.png) |
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V158/4.png) |![](https://thorui.cn/img/V158/5.png) |![](https://thorui.cn/img/V158/6.png) |
| ![](https://thorui.cn/img/V158/7.png) |![](https://thorui.cn/img/V158/8.png) |![](https://thorui.cn/img/V158/9.png) |
| ![](https://thorui.cn/img/V158/10.png) |![](https://thorui.cn/img/V158/11.png) |![](https://thorui.cn/img/V158/12.png) |
| ![](https://thorui.cn/img/V158/13.png) |![](https://thorui.cn/img/V158/14.png) |![](https://thorui.cn/img/V158/15.png) |
| ![](https://thorui.cn/img/V158/16.png) |![](https://thorui.cn/img/V158/17.png) |![](https://thorui.cn/img/V158/18.png) |
| ![](https://thorui.cn/img/V158/19.png) |![](https://thorui.cn/img/V158/20.png) | |



## V1.5.6(2020-08-18)

1.修复tui-tabs组件宽度不正确的bug。

2.修复级联选择组件(tui-cascade-selection)默认数据不生效的bug。

3.优化tui-button按钮组件,新增props:preventClick[是否阻止用户重复点击,设为true则200ms内只执行一次点击事件,默认false]

--------------------------

注:加入会员享受更多权益(¥99/永久)。

如若需要,请联系QQ:3168647172 或 3039218619。

## V1.5.5(2020-08-16)

1.自定义导航栏组件优化,新增props:maxOpacity(最大不透明度值),dropDownHide(下拉隐藏NavigationBar,主要针对有回弹效果ios端)。

2.上传组件优化,可限制上传图片类型,单张图片大小,sizeType,sourceType。

3.倒计时组件优化,可每秒返回剩余时间,默认不返回。

4.tui-modal弹框组件优化,修复transform导致元素内字体模糊的问题。

5.tui-button按钮组件优化,新增link样式配置,具体查看文档。

6.tui-tabs标签页组件优化,新增props:width(tabs宽度)设置。

7.tui-image-group图片组合组件优化,横向展示支持多行。

8.裁剪组件优化,修复网络图片在小程序端裁剪出现空白的问题。

9.商城模板更新【会员专用】。

1).首页改版,新增秒杀模块

2).选择优惠券(提交订单)

3).开具发票

4).发票详情

5).查看发票,发送至邮箱

6).商品评论

7).评论详情,评论回复

8).评价晒单

9).店铺

10).店铺详情

11).限时秒杀列表

12).秒杀详情

13).商品详情优化,新增视频播放入口

--------------------------

注:会员专用内容加入会员才可使用(¥99/永久)。

如若需要,请联系QQ:3168647172 或 3039218619。

## 部分功能截图

| ![](https://thorui.cn/img/V155/1.png) |![](https://thorui.cn/img/V155/2.png) |![](https://thorui.cn/img/V155/3.png) |
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V155/4.png) |![](https://thorui.cn/img/V155/5.png) |![](https://thorui.cn/img/V155/6.jpg) |
| ![](https://thorui.cn/img/V155/7.png) |![](https://thorui.cn/img/V155/8.png) |![](https://thorui.cn/img/V155/9.png) |
| ![](https://thorui.cn/img/V155/10.png) |![](https://thorui.cn/img/V155/11.png) |![](https://thorui.cn/img/V155/12.png) |
| ![](https://thorui.cn/img/V155/13.png) |![](https://thorui.cn/img/V155/14.png) |![](https://thorui.cn/img/V155/15.png) |
| ![](https://thorui.cn/img/V155/16.png) |![](https://thorui.cn/img/V155/17.png) |![](https://thorui.cn/img/V155/18.png) |
| ![](https://thorui.cn/img/V155/19.png) |![](https://thorui.cn/img/V155/20.png) |![](https://thorui.cn/img/V155/21.png) |
| ![](https://thorui.cn/img/V155/22.png) |![](https://thorui.cn/img/V155/23.png) |![](https://thorui.cn/img/V155/24.png) |


## V1.5.2(2020-07-20)

1.步骤条组件优化,支持自定义图标,支持设置线条为虚线。

2.修复图片裁剪组件(wxs版)初始化裁剪不正确的问题。

3.按钮(tui-button)组件支持表单提交,详见文档。

4.图片上传组件(tui-upload)新增props:header,formData,修复初始化图片不显示的bug。

5.tabbar组件与自定义导航栏组件(NavBar)背景支持设置高斯模糊(ios端)。

6.uni-app版本骨架屏修复编译到小程序端无法获取到组件节点的bug。

7.日历组件单个日期选择和区间选择支持设置默认选中。

8.新增多语言模板。源码地址 :[ThorUI-utag](https://github.com/dingyong0214/ThorUI-utag)

9.新增拖拽排序组件,wxs实现,详细查看多语言模板示例。

10.新增签到模板(点star获取源码)。获取步骤如下:

1)去GitHub给ThorUI项目点star,项目地址分别为:[ThorUI](https://github.com/dingyong0214/ThorUI)[ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)

2)加QQ3039218619,截图发送到该QQ即可获取源码。

--------------------------

注:自1.4.2版本之后,ThorUI只对uni-app版本进行开源,小程序原生版付费会员才可使用(¥99/永久),1.4.2版本之前不受影响。
如若需要,请联系QQ:3168647172。


## 部分功能截图
| ![](https://thorui.cn/img/V152/1.png) |![](https://thorui.cn/img/V152/2.png) |![](https://thorui.cn/img/V152/3.png) |
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V152/4.png) |![](https://thorui.cn/img/V152/5.png) |![](https://thorui.cn/img/V152/6.png) |
| ![](https://thorui.cn/img/V152/7.png) |![](https://thorui.cn/img/V152/8.png) |![](https://thorui.cn/img/V152/9.png) |
| ![](https://thorui.cn/img/V152/10.png) |![](https://thorui.cn/img/V152/11.png) |![](https://thorui.cn/img/V152/12.png) |
| ![](https://thorui.cn/img/V152/13.png) |![](https://thorui.cn/img/V152/14.png) |![](https://thorui.cn/img/V152/17.png) |

[![Watch the video](https://thorui.cn/img/V152/6.png)](https://thorui.cn/img/V152/0720.MP4)
| ------------ | ------------ | ------------ |
| ![](https://thorui.cn/img/V152/4.png) |![](https://thorui.cn/img/V152/5.png) |![](https://thorui.cn/img/V152/6.png) |
| ![](https://thorui.cn/img/V152/7.png) |![](https://thorui.cn/img/V152/8.png) |![](https://thorui.cn/img/V152/9.png) |
| ![](https://thorui.cn/img/V152/10.png) |![](https://thorui.cn/img/V152/11.png) |![](https://thorui.cn/img/V152/12.png) |
| ![](https://thorui.cn/img/V152/13.png) |![](https://thorui.cn/img/V152/14.png) |![](https://thorui.cn/img/V152/17.png) |

[![Watch the video](https://thorui.cn/img/V152/6.png)](https://thorui.cn/img/V152/0720.MP4)

## V1.5.1(2020-06-06)

Expand Down
2 changes: 1 addition & 1 deletion components/thorui-nvue/thor-icon/thor-icon.vue

Large diffs are not rendered by default.

Loading

0 comments on commit 978598e

Please sign in to comment.