@aks-dev/easyui 1.0.40 → 1.0.43

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,8 +2,8 @@
2
2
  * @Author: shiguo
3
3
  * @Date: 2022-04-25 17:57:29
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-05-12 10:57:01
6
- * @FilePath: /@aks/easyui/README.md
5
+ * @LastEditTime: 2022-05-27 12:03:27
6
+ * @FilePath: /@aks-dev/easyui/README.md
7
7
  -->
8
8
 
9
9
  ### 安装
@@ -15,7 +15,7 @@ or
15
15
  `$ yarn add @aks-dev/easyui`
16
16
 
17
17
 
18
- ### [UI组件](./src/index.d.ts)
18
+ ### [UI组件](./README.md)
19
19
 
20
20
  + Badge
21
21
  + EasyHub
@@ -30,6 +30,6 @@ or
30
30
  + WithLoadingContainer
31
31
 
32
32
 
33
- ### [工具包](./utils/index.ts)
33
+ ### [工具包](./README.md)
34
34
 
35
- ### [jsbridge](./jsbridge/index.ts)
35
+ ### [jsbridge](./README.md)
@@ -1,7 +1,7 @@
1
1
 
2
2
  Pod::Spec.new do |s|
3
3
  s.name = "RNEasyui"
4
- s.version = "1.0.0"
4
+ s.version = "1.0.1"
5
5
  s.summary = "RNEasyui"
6
6
  s.description = <<-DESC
7
7
  RNEasyui
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
  s.author = { "author" => "author@domain.cn" }
13
13
  s.platform = :ios, "11.0"
14
14
  s.source = { :git => "https://gitee.com/the_period_of_the_ten_kingdoms/aks-easyui.git", :tag => "master" }
15
- s.source_files = "**/*.{h,m,swift,xib,c}"
15
+ s.source_files = "**/*.{h,m,swift,xib,c,png}"
16
16
  s.requires_arc = true
17
17
 
18
18
 
@@ -78,7 +78,7 @@ RCT_EXPORT_METHOD(upgrade:(NSDictionary *)info
78
78
  }else if(result == NSOrderedSame){
79
79
  reject(@"error_app_upgrade",@"已是最新版本",NULL);
80
80
  }else{
81
- resolve(@"发现新版本")
81
+ resolve(@"发现新版本");
82
82
  }
83
83
 
84
84
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.40",
3
+ "version": "1.0.43",
4
4
  "description": "爱科森开发工具包(react-native)",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",