@aks-dev/easyui 1.0.55 → 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 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-05-30 16:17:16
5
+ * @LastEditTime: 2022-06-01 14:55:18
6
6
  * @FilePath: /@aks-dev/easyui/README.md
7
7
  -->
8
8
 
@@ -14,8 +14,11 @@ or
14
14
 
15
15
  `$ yarn add @aks-dev/easyui`
16
16
 
17
+ ### 禁止文本随系统缩放
18
+ + <b>import '@aks-dev/easyui/screen/text-fit'</b>
17
19
 
18
20
  ### UI组件
21
+ ---
19
22
 
20
23
  + Badge
21
24
  + EasyHub
@@ -30,10 +33,11 @@ or
30
33
  + WithLoadingContainer
31
34
 
32
35
 
33
- ### 工具包
36
+ ### utils
37
+ ---
34
38
  |函数|作用|
35
39
  |:----|:----|
36
- |sleep|睡眠时间|
40
+ |sleep|睡眠|
37
41
  |keyboardDismissHandlers|通过手势关闭键盘|
38
42
  |panHandlersCallback|手势动作回调|
39
43
  |callTelephone|拨打电话|
@@ -41,7 +45,7 @@ or
41
45
  |syncLoop|同步循环|
42
46
 
43
47
  ### jsbridge
44
-
48
+ ---
45
49
  |函数|作用|
46
50
  |:----|:----|
47
51
  |getAppVersion|获取App版本号|
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.55",
4
- "description": "爱科森开发工具包(react-native)",
3
+ "version": "1.0.58",
4
+ "description": "移动端开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
7
7
  "scripts": {
@@ -10,8 +10,8 @@
10
10
  "keywords": [
11
11
  "react",
12
12
  "react-native",
13
- "@aks-dev",
14
- "easyui"
13
+ "easyui",
14
+ "爱科森开发"
15
15
  ],
16
16
  "files": [
17
17
  "/android",
File without changes