@aks-dev/easyui 1.0.61 → 1.0.62

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.
Files changed (2) hide show
  1. package/README.md +15 -6
  2. package/package.json +2 -2
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 14:55:18
5
+ * @LastEditTime: 2022-06-14 13:53:52
6
6
  * @FilePath: /@aks-dev/easyui/README.md
7
7
  -->
8
8
 
@@ -14,14 +14,21 @@ or
14
14
 
15
15
  `$ yarn add @aks-dev/easyui`
16
16
 
17
- ### 禁止文本随系统缩放
18
- + <b>import '@aks-dev/easyui/screen/text-fit'</b>
19
-
20
- ### UI组件
17
+ ### screen
18
+ + 禁止文本随系统缩放
19
+ ```
20
+ import '@aks-dev/easyui/screen/text-fit'
21
+ ```
22
+ + px2dp
23
+ + px2sp
24
+ + statusBarHeight
25
+ + navigationBarHeight
26
+
27
+ ### ui
21
28
  ---
22
29
 
23
30
  + Badge
24
- + EasyHub
31
+ + Hub
25
32
  + Modal
26
33
  + EchartsView
27
34
  + MutiPictureView
@@ -50,3 +57,5 @@ or
50
57
  |:----|:----|
51
58
  |getAppVersion|获取App版本号|
52
59
  |upgrade|app升级|
60
+
61
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.61",
4
- "description": "移动端开发工具包",
3
+ "version": "1.0.62",
4
+ "description": "移动端App开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
7
7
  "scripts": {