lightshortcuts 1.0.8 → 1.1.0

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
@@ -61,8 +61,8 @@
61
61
  "3592": "开发版_iOS",
62
62
  "3577": "开发版_安卓"
63
63
  },
64
- "android_version_scope": "7.0.6.0", //Android端离线包兼容版本
65
- "ios_version_scope": "7.0.6", //iOS端离线包兼容版本
64
+ "android_version_scope": "7.0.7.0", //Android端离线包兼容版本
65
+ "ios_version_scope": "7.0.7", //iOS端离线包兼容版本
66
66
  "pkg_zip_name": "dist.zip",//离线包压缩包文件名
67
67
  "pkg_dir": "./dist/", //离线包相对所在路径
68
68
  "release_desc": "若干功能更新", //发布日志
@@ -128,10 +128,24 @@ lsc login && lsc publish
128
128
  init 快速初始化配置模板
129
129
  publish|p 发布离线包
130
130
  batch|b 发布离线包
131
- help [command] display help for command
131
+ deal <version> 处理离线包兼容版本相互重叠的情况,谨慎使用!
132
+ clean <all> 批量处理离线包兼容版本相互重叠的情况,谨慎使用!
132
133
  ```
133
-
134
134
 
135
+ 8. 清理指定离线包兼容版本范围:`lsc deal version`
136
+
137
+ 9. 批量清理指定离线包兼容版本范围(需管理员权限):`lsc clean all`
138
+
139
+ 10. 生成加密过的账户密码:`lsc md5`
140
+
141
+ ```
142
+ //方式1、交互式方式填写邮箱或手机号、密码以生成加密后的密码
143
+ lsc md5
144
+
145
+ //方式2、通过命令参数生产
146
+ ```
147
+
148
+
135
149
 
136
150
  附:
137
151