zhytech-ui-mobile 1.0.19 → 1.1.0

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/README.md CHANGED
@@ -59,6 +59,13 @@ setTheme("dark");
59
59
 
60
60
  > #### 版本更新清单:
61
61
 
62
+ **V 1.1.0**
63
+ ```html
64
+ 1.文件预览组件(zhyFilePreview)新增视频预览功能
65
+ 2.新增验证码组件(verificationCode),支持点击文字验证码(clickTextVCode)、滑动验证码(zhyPuzzleVcode)
66
+ 3.原拼图验证码组件(zhyPuzzleVcode)已废弃,不建议使用
67
+ ```
68
+
62
69
  **V 1.0.18**
63
70
  ```html
64
71
  1.新增文件预览组件(zhyFilePreview),暴漏option类型filePreviewOption
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 5013457 */
3
- src: url('iconfont.woff2?t=1763446642638') format('woff2'),
4
- url('iconfont.woff?t=1763446642638') format('woff'),
5
- url('iconfont.ttf?t=1763446642638') format('truetype');
3
+ src: url('iconfont.woff2?t=1764143968532') format('woff2'),
4
+ url('iconfont.woff?t=1764143968532') format('woff'),
5
+ url('iconfont.ttf?t=1764143968532') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,10 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .zhy-refresh:before {
17
+ content: "\e61c";
18
+ }
19
+
16
20
  .zhy-fullscreen:before {
17
21
  content: "\e6e0";
18
22
  }
Binary file
Binary file
Binary file