@aks-dev/easyui 1.0.57 → 1.0.58
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 +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @Author: shiguo
|
|
3
3
|
* @Date: 2022-04-25 17:57:29
|
|
4
4
|
* @LastEditors: shiguo
|
|
5
|
-
* @LastEditTime: 2022-06-01
|
|
5
|
+
* @LastEditTime: 2022-06-01 14:55:18
|
|
6
6
|
* @FilePath: /@aks-dev/easyui/README.md
|
|
7
7
|
-->
|
|
8
8
|
|
|
@@ -14,11 +14,11 @@ or
|
|
|
14
14
|
|
|
15
15
|
`$ yarn add @aks-dev/easyui`
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
### App入口
|
|
17
|
+
### 禁止文本随系统缩放
|
|
19
18
|
+ <b>import '@aks-dev/easyui/screen/text-fit'</b>
|
|
20
19
|
|
|
21
20
|
### UI组件
|
|
21
|
+
---
|
|
22
22
|
|
|
23
23
|
+ Badge
|
|
24
24
|
+ EasyHub
|
|
@@ -33,7 +33,8 @@ or
|
|
|
33
33
|
+ WithLoadingContainer
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
###
|
|
36
|
+
### utils
|
|
37
|
+
---
|
|
37
38
|
|函数|作用|
|
|
38
39
|
|:----|:----|
|
|
39
40
|
|sleep|睡眠|
|
|
@@ -44,7 +45,7 @@ or
|
|
|
44
45
|
|syncLoop|同步循环|
|
|
45
46
|
|
|
46
47
|
### jsbridge
|
|
47
|
-
|
|
48
|
+
---
|
|
48
49
|
|函数|作用|
|
|
49
50
|
|:----|:----|
|
|
50
51
|
|getAppVersion|获取App版本号|
|