uview-plus 3.4.82 → 3.4.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +7 -0
- package/components/u-barcode/u-barcode.vue +1048 -0
- package/components/u-cropper/u-cropper.vue +1199 -0
- package/components/u-icon/u-icon.vue +1 -1
- package/package.json +1 -1
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
$u-icon-error: $u-error !default;
|
|
162
162
|
$u-icon-label-line-height:1 !default;
|
|
163
163
|
|
|
164
|
-
/* #ifdef MP-QQ || MP-TOUTIAO || MP-BAIDU || MP-KUAISHOU || MP-XHS */
|
|
164
|
+
/* #ifdef APP || MP-QQ || MP-TOUTIAO || MP-BAIDU || MP-KUAISHOU || MP-XHS */
|
|
165
165
|
// 2025/04/09在App/微信/支付宝/鸿蒙元服务已改用uni.loadFontFace加载字体
|
|
166
166
|
@font-face {
|
|
167
167
|
font-family: 'uicon-iconfont';
|
package/package.json
CHANGED