Skip to content

Commit

Permalink
Merge pull request #212 from Tencent/develop
Browse files Browse the repository at this point in the history
feat: v2.6.4
  • Loading branch information
uxsi authored Jun 30, 2023
2 parents 89cec40 + 0bd3cd3 commit a2e8694
Show file tree
Hide file tree
Showing 326 changed files with 749 additions and 603 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
### v2.6.4 (2023-06-30)

#### Bugfixes
* fix: informationBar组件局部颜色变量改为全局颜色变量



### v2.6.3 (2023-06-29)

#### Bugfixes
* fix: less的unit()方法向前兼容



### v2.6.2 (2023-06-29)

#### Features
* feat: 小程序支持media query切换darkmode

#### Bugfixes
* fix: 修复小程序下按钮组件disabled不生效问题
* fix: 去掉information-bar的变量嵌套引用



### v2.6.1 (2023-06-28)

#### Bugfixes
* fix: 按钮背景色css变量更新为less变量



### v2.6.0 (2023-06-21)

#### Features
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/app.wxss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-rpx-mode/example/actionsheet/actionsheet.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/article/article.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/badge/badge.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
46 changes: 23 additions & 23 deletions dist-rpx-mode/example/button/button_default.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,39 @@
</view>
<view class="page__bd">
<view class="button-sp-area">
<navigator class="weui-btn weui-btn_primary" aria-role="button" url="javascript:">主要操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>主要操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_primary" aria-role="button" url="javascript:">主要操作</navigator>
<navigator class="weui-btn weui-btn_default" aria-role="button" url="javascript:">次要操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>次要操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_default" aria-role="button" url="javascript:">次要操作</navigator>
<navigator class="weui-btn weui-btn_warn" aria-role="button" url="javascript:">警示操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</navigator>
<view class="weui-btn weui-btn_primary" aria-role="button" url="javascript:">主要操作</view>
<view title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>主要操作</view>
<view aria-disabled="true" disabled="disabled" class="weui-btn weui-btn_disabled weui-btn_primary" aria-role="button" url="javascript:">主要操作</view>
<view class="weui-btn weui-btn_default" aria-role="button" url="javascript:">次要操作</view>
<view title="正在操作" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>次要操作</view>
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_default" aria-role="button" url="javascript:">次要操作</view>
<view class="weui-btn weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
<view title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</view>
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
</view>
<view class="button-sp-area">
<navigator class="weui-btn weui-btn_primary weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</navigator>
<navigator class="weui-btn weui-btn_default weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</navigator>
<navigator class="weui-btn weui-btn_warn weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</navigator>
<view class="weui-btn weui-btn_primary weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
<view class="weui-btn weui-btn_default weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
<view class="weui-btn weui-btn_warn weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
</view>
<view class="button-sp-area overlay">
<navigator class="weui-btn weui-btn_overlay" aria-role="button" url="javascript:">overlay 按钮</navigator>
<navigator class="weui-btn weui-btn_overlay weui-btn_medium" aria-role="button" url="javascript:">overlay 按钮</navigator>
<navigator class="weui-btn weui-btn_overlay weui-btn_mini" aria-role="button" url="javascript:">overlay 按钮</navigator>
<view class="weui-btn weui-btn_overlay" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_medium" aria-role="button" url="javascript:">overlay 按钮</view>
<view class="weui-btn weui-btn_overlay weui-btn_mini" aria-role="button" url="javascript:">overlay 按钮</view>
</view>
<view class="button-sp-area cell">
<navigator class="weui-btn_cell weui-btn_cell-default" aria-role="button" url="javascript:">普通行按钮</navigator>
<navigator class="weui-btn_cell weui-btn_cell-primary" aria-role="button" url="javascript:">强调行按钮</navigator>
<navigator class="weui-btn_cell weui-btn_cell-primary" aria-role="button" url="javascript:">
<view class="weui-btn_cell weui-btn_cell-default" aria-role="button" url="javascript:">普通行按钮</view>
<view class="weui-btn_cell weui-btn_cell-primary" aria-role="button" url="javascript:">强调行按钮</view>
<view class="weui-btn_cell weui-btn_cell-primary" aria-role="button" url="javascript:">
<image alt="icon" class="weui-btn_cell__icon" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAVFBMVEXx8fHMzMzr6+vn5+fv7+/t7e3d3d2+vr7W1tbHx8eysrKdnZ3p6enk5OTR0dG7u7u3t7ejo6PY2Njh4eHf39/T09PExMSvr6+goKCqqqqnp6e4uLgcLY/OAAAAnklEQVRIx+3RSRLDIAxE0QYhAbGZPNu5/z0zrXHiqiz5W72FqhqtVuuXAl3iOV7iPV/iSsAqZa9BS7YOmMXnNNX4TWGxRMn3R6SxRNgy0bzXOW8EBO8SAClsPdB3psqlvG+Lw7ONXg/pTld52BjgSSkA3PV2OOemjIDcZQWgVvONw60q7sIpR38EnHPSMDQ4MjDjLPozhAkGrVbr/z0ANjAF4AcbXmYAAAAASUVORK5CYII="></image>
强调行按钮
</navigator>
<navigator class="weui-btn_cell weui-btn_cell-warn" aria-role="button" url="javascript:">警示行按钮</navigator>
</view>
<view class="weui-btn_cell weui-btn_cell-warn" aria-role="button" url="javascript:">警示行按钮</view>
</view>
<view class="button-sp-area">
<navigator class="weui-btn weui-btn_mini weui-btn_primary weui-wa-hotarea" aria-role="button" url="javascript:">按钮</navigator>
<navigator class="weui-btn weui-btn_mini weui-btn_default weui-wa-hotarea" aria-role="button" url="javascript:">按钮</navigator>
<navigator class="weui-btn weui-btn_mini weui-btn_warn weui-wa-hotarea" aria-role="button" url="javascript:">按钮</navigator>
<view class="weui-btn weui-btn_mini weui-btn_primary weui-wa-hotarea" aria-role="button" url="javascript:">按钮</view>
<view class="weui-btn weui-btn_mini weui-btn_default weui-wa-hotarea" aria-role="button" url="javascript:">按钮</view>
<view class="weui-btn weui-btn_mini weui-btn_warn weui-wa-hotarea" aria-role="button" url="javascript:">按钮</view>
</view>
</view>
</view>
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button_default.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/dialog/dialog.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/flex/flex.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/footer/footer.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_access.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_checkbox.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_input_status.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_page.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_radio.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_select.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_switch.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_textarea.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_vcode.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_vertical.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/gallery/gallery.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/icons/icons.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}[data-weui-theme=dark] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}@media (prefers-color-scheme:dark){.kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}}[data-weui-theme=dark] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
5 changes: 5 additions & 0 deletions dist-rpx-mode/example/information-bar/information-bar.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
信息提示warnstrong
</view>
<view class="weui-information-bar__ft">
<navigator class="weui-link" url="#">详情</navigator>
<button class="weui-btn_icon">关闭<text class="weui-icon-close-thin"></text></button>
</view>
</view>
Expand All @@ -24,6 +25,7 @@
信息提示warnweak
</view>
<view class="weui-information-bar__ft">
<navigator class="weui-link" url="#">详情</navigator>
<button class="weui-btn_icon">关闭<text class="weui-icon-close-thin"></text></button>
</view>
</view>
Expand All @@ -35,6 +37,7 @@
信息提示warnnocolor
</view>
<view class="weui-information-bar__ft">
<navigator class="weui-link" url="#">详情</navigator>
<button class="weui-btn_icon">关闭<text class="weui-icon-close-thin"></text></button>
</view>
</view>
Expand All @@ -46,6 +49,7 @@
信息提示tipsstrong
</view>
<view class="weui-information-bar__ft">
<navigator class="weui-link" url="#">详情</navigator>
<button class="weui-btn_icon">关闭<text class="weui-icon-close-thin"></text></button>
</view>
</view>
Expand All @@ -57,6 +61,7 @@
信息提示tipsweak
</view>
<view class="weui-information-bar__ft">
<navigator class="weui-link" url="#">详情</navigator>
<button class="weui-btn_icon">关闭<text class="weui-icon-close-thin"></text></button>
</view>
</view>
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/information-bar/information-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/input/input.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/list/list.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/loading/loading.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/loadmore/loadmore.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_cell.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_preview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_tips.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_success.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_text.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.0 (https://github.com/weui/weui-wxss)
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Loading

0 comments on commit a2e8694

Please sign in to comment.