Skip to content

Commit

Permalink
Merge pull request #214 from Tencent/develop
Browse files Browse the repository at this point in the history
v2.6.5
  • Loading branch information
uxsi authored Jul 21, 2023
2 parents a2e8694 + 0da58d7 commit 3bcaef0
Show file tree
Hide file tree
Showing 465 changed files with 4,218 additions and 4,200 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v2.6.5 (2023-07-21)

#### Bugfixes
* fix: 基础色板更新(FG-5、REDORANGE、TAG-TEXT-RED、TAG-BACKGROUND-RED)
* fix: 伪元素统一使用双冒号



### v2.6.4 (2023-06-30)

#### Bugfixes
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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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_default.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</view>
<view class="page__bd page__bd_spacing">
<view aria-role="button" bindtap="open" data-url="form_page" class="weui-btn weui-btn_default">表单结构</view>
<view style="display:none;" aria-role="button" bindtap="open" data-url="form_primary" class="weui-btn weui-btn_default">反色表单</view>
<view style="display: none;" aria-role="button" bindtap="open" data-url="form_primary" class="weui-btn weui-btn_default">反色表单</view>
<view aria-role="button" bindtap="open" data-url="form_input_status" class="weui-btn weui-btn_default">输入框状态</view>
<view aria-role="button" bindtap="open" data-url="form_vcode" class="weui-btn weui-btn_default">验证码</view>
<view aria-role="button" bindtap="open" data-url="form_bottom_fixed" class="weui-btn weui-btn_default">底部悬浮</view>
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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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_primary.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</label>
</view>
</view>
<view class="weui-cells__group" style="display:none;">
<view class="weui-cells__group" style="display: none;">
<view class="weui-cells">
<view class="weui-cell weui-cell_active weui-cell_select" aria-haspopup="listbox" id="showDatePicker" aria-role="button">
<view class="weui-cell__bd"> <view class="weui-select">日期</view></view>
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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
10 changes: 5 additions & 5 deletions dist-rpx-mode/example/half-screen-dialog/half-screen-dialog.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<view class="weui-half-screen-dialog__hd">
<view class="weui-half-screen-dialog__hd__side">
<view aria-role="button" class="weui-btn_icon weui-wa-hotarea" bindtap="close">关闭<i class="weui-icon-close-thin"></i></view>
<view style="display:none;" aria-role="button" class="weui-icon-btn weui-icon-btn_close" bindtap="close">关闭</view>
<view style="display: none;" aria-role="button" class="weui-icon-btn weui-icon-btn_close" bindtap="close">关闭</view>
</view>
<view class="weui-half-screen-dialog__hd__main">
<strong class="weui-half-screen-dialog__title" id="js_dialog1_title">标题</strong>
Expand All @@ -35,8 +35,8 @@
<view class="weui-half-screen-dialog weui-bottom-fixed-opr-page {{dialog2 ? 'weui-animate_slide-up' : 'weui-animate_slide-down'}} {{wrap ? 'weui-half-screen-dialog_btn-wrap' : ''}}">
<view class="weui-half-screen-dialog__hd">
<view class="weui-half-screen-dialog__hd__side" bindtap="close">
<view aria-role="button" style="display:none;" class="weui-btn_icon weui-wa-hotarea">返回<i class="weui-icon-back-arrow-thin"></i></view>
<view aria-role="button" style="display:none;" class="weui-btn_icon weui-wa-hotarea">关闭<i class="weui-icon-close-thin"></i></view>
<view aria-role="button" style="display: none;" class="weui-btn_icon weui-wa-hotarea">返回<i class="weui-icon-back-arrow-thin"></i></view>
<view aria-role="button" style="display: none;" class="weui-btn_icon weui-wa-hotarea">关闭<i class="weui-icon-close-thin"></i></view>
<view aria-role="button" class="weui-btn_icon weui-wa-hotarea">关闭<i class="weui-icon-slide-down"></i></view>
</view>
<view class="weui-half-screen-dialog__hd__main">
Expand Down Expand Up @@ -118,8 +118,8 @@
<view class="weui-mask {{dialog5 ? 'weui-animate_fade-in' : 'weui-animate_fade-out'}}" bindtap="close"></view>
<view class="weui-half-screen-dialog weui-half-screen-dialog_slide {{dialog5 ? 'weui-animate_slide-up' : 'weui-animate_slide-down'}}">
<view class="weui-half-screen-dialog__hd">
<view style="height:4px;border-radius:2px;" class="weui-half-screen-dialog__slide-icon">
<view style="opaicty:0;" class="weui-icon-arrow"></view>
<view style="height: 4px; border-radius: 2px;" class="weui-half-screen-dialog__slide-icon">
<view style="opacity: 0;" class="weui-icon-arrow"></view>
</view>
</view>
<view class="weui-half-screen-dialog__bd" style="padding-top: 32px; height: 50px;">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/index.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/information-bar/information-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<view class="weui-cell weui-cell_select weui-cell_select-before">
<view class="weui-cell__hd">
<picker aria-role="combobox" bindchange="bindCountryCodeChange" value="{{countryCodeIndex}}" range="{{countryCodes}}">
<view class="weui-select" style="width:3.14em">{{countryCodes[countryCodeIndex]}}</view>
<view class="weui-select" style="width: 3.14em;">{{countryCodes[countryCodeIndex]}}</view>
</picker>
</view>
<view class="weui-cell__bd weui-cell__bd_in-select-before">
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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/loading/loading.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<view class="weui-loading__wrp">
<view aria-role="img" aria-label="正在加载" class="weui-loading"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color:var(--weui-BRAND);"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color:#EDEDED;"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color: var(--weui-BRAND);"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color: #ededed;"></view>
</view>
<view class="weui-loading__wrp">
<view aria-role="img" aria-label="正在加载" class="loading wx_dot_loading"></view>
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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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_primary.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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_warn.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/navbar/navbar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/navigation-bar/navigation-bar.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</view>
<view class="page__bd">
<view class="weui-navigation-bar">
<view class="weui-navigation-bar__placeholder" style="visible: hidden;"></view>
<view class="weui-navigation-bar__placeholder" style="visibility: hidden;"></view>
<view class="weui-navigation-bar__inner">

<view class='weui-navigation-bar__left'>
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/navigation-bar/navigation-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/panel/panel.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/picker/picker.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/preview/preview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (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/progress/progress.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.4 (https://github.com/weui/weui-wxss)
* WeUI v2.6.5 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Loading

0 comments on commit 3bcaef0

Please sign in to comment.