lightshortcuts 1.0.9 → 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": "若干功能更新", //发布日志
@@ -136,6 +136,17 @@ lsc login && lsc publish
136
136
 
137
137
  9. 批量清理指定离线包兼容版本范围(需管理员权限):`lsc clean all`
138
138
 
139
+ 10. 生成加密过的账户密码:`lsc md5`
140
+
141
+ ```
142
+ //方式1、交互式方式填写邮箱或手机号、密码以生成加密后的密码
143
+ lsc md5
144
+
145
+ //方式2、通过命令参数生产
146
+ ```
147
+
148
+
149
+
139
150
  附:
140
151
 
141
152
  1、在Windows系统运行命令时,如果提示“此系统上禁止运行脚本”,则按如下方法解决: