@aks-dev/easyui 1.0.105 → 1.0.106

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/i.sh ADDED
@@ -0,0 +1,14 @@
1
+
2
+ ###
3
+ # @Author: shiguo
4
+ # @Date: 2022-09-26 17:09:38
5
+ # @LastEditors: shiguo
6
+ # @LastEditTime: 2022-09-26 17:26:37
7
+ # @FilePath: /@aks-dev/taro-h5/i.sh
8
+ ###
9
+
10
+ #chmod u+x *.sh
11
+ git add .
12
+ git commit -m '脚本更新'
13
+ npm version patch
14
+ npm publish
@@ -168,7 +168,7 @@ const styles = StyleSheet.create({
168
168
  alignItems: 'center',
169
169
 
170
170
  backgroundColor: 'white',
171
- marginTop: px2dp(0.5)
171
+ marginTop: px2dp(0.75)
172
172
  },
173
173
  itemText: {
174
174
  fontSize: px2sp(12),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "工具箱",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",
@@ -25,7 +25,8 @@
25
25
  "/**/*.png",
26
26
  "/**/*.bundle",
27
27
  "!/tsconfig.json",
28
- "!/tsconfig.md"
28
+ "!/tsconfig.md",
29
+ "/i.sh"
29
30
  ],
30
31
  "homepage": "https://gitee.com/the_period_of_the_ten_kingdoms",
31
32
  "repository": {