@aks-dev/easyui 1.0.61 → 1.0.65

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-06-01 14:55:18
5
+ * @LastEditTime: 2022-06-14 13:56:32
6
6
  * @FilePath: /@aks-dev/easyui/README.md
7
7
  -->
8
8
 
@@ -14,14 +14,22 @@ 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
+ ```
21
+ import '@aks-dev/easyui/screen/text-fit'
22
+ ```
23
+ + px2dp
24
+ + px2sp
25
+ + statusBarHeight
26
+ + navigationBarHeight
27
+
28
+ ### ui
21
29
  ---
22
30
 
23
31
  + Badge
24
- + EasyHub
32
+ + Hub
25
33
  + Modal
26
34
  + EchartsView
27
35
  + MutiPictureView
@@ -50,3 +58,5 @@ or
50
58
  |:----|:----|
51
59
  |getAppVersion|获取App版本号|
52
60
  |upgrade|app升级|
61
+
62
+
@@ -4,6 +4,11 @@ buildscript {
4
4
  repositories {
5
5
  mavenCentral()
6
6
  google()
7
+ ///https://blog.csdn.net/xiaopihair123/article/details/119422895
8
+ maven{ url 'https://maven.aliyun.com/repository/google'}
9
+ maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
10
+ maven{ url 'https://maven.aliyun.com/repository/public'}
11
+ // maven{ url 'https://maven.aliyun.com/repository/jcenter'}
7
12
  }
8
13
 
9
14
  dependencies {
@@ -2,8 +2,8 @@
2
2
  * @Author: shiguo
3
3
  * @Date: 2022-05-05 15:56:21
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-05-17 09:17:19
6
- * @FilePath: /@aks/easyui/lib/Echarts/helper.tsx
5
+ * @LastEditTime: 2022-06-27 18:01:39
6
+ * @FilePath: /@aks-dev/easyui/lib/Echarts/helper.tsx
7
7
  */
8
8
 
9
9
 
@@ -55,9 +55,11 @@ export const getHtml = (props: { backgroundColor: any }) => {
55
55
  });
56
56
  // 再进行还原
57
57
  do {
58
- result = result.replace('\"~ha~', '').replace('~ha~\"', '').replace(/\\n/g, '').replace(/\\\"/g, "\"");//最后一个replace将release模式中莫名生成的\"转换成"
58
+ result = result.replace('\"~ha~', '').replace('~ha~\"', '').replace(/\\\"/g, "\"");//最后一个replace将release模式中莫名生成的\"转换成"
59
59
  } while (result.indexOf('~ha~') >= 0);
60
60
 
61
61
  return result;
62
62
  }
63
-
63
+
64
+
65
+ ///.replace(/\\n/g, '')
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.65",
4
+ "description": "移动端App开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
7
7
  "scripts": {
@@ -28,10 +28,10 @@
28
28
  "!/tsconfig.json",
29
29
  "!/tsconfig.md"
30
30
  ],
31
- "homepage": "https://gitee.com/the_period_of_the_ten_kingdoms/aks-easyui",
31
+ "homepage": "https://gitee.com/the_period_of_the_ten_kingdoms",
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://gitee.com/the_period_of_the_ten_kingdoms/aks-easyui"
34
+ "url": "https://gitee.com/the_period_of_the_ten_kingdoms/easyui"
35
35
  },
36
36
  "author": "shiguo",
37
37
  "license": "MIT",
@@ -45,6 +45,7 @@
45
45
  "echarts": "^5.3.2",
46
46
  "react-native-image-zoom-viewer": "^3.0.1",
47
47
  "react-native-modal": "^13.0.1",
48
+ "react-native-smart-refresh": "^1.1.6",
48
49
  "react-native-swipe-list-view": "^3.2.9"
49
50
  },
50
51
  "devDependencies": {