Skip to content

Commit 052e96a

Browse files
committed
add:新增打包发布7z脚本
1 parent e3ef6d4 commit 052e96a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: docs/updateRecord.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ log(qs.stringify({a: 1, b: 2}))
2222
6. 支持自定义解析。放在jx目录的js文件
2323
7. 新增虾米解析,素白白等源,优化海阔eval机制
2424
8. 解析支持$.import和$.require使用js目录下的lib
25+
9. 增加python脚本用于打包发布本地版7z文件
2526

2627
### 20241213
2728

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"build": "node index.js",
88
"dev": "node index.js",
9-
"dev-win": "chcp 65001 && node index.js"
9+
"dev-win": "chcp 65001 && node index.js",
10+
"package": "python package.py"
1011
},
1112
"engines": {
1213
"node": ">17 <23"

0 commit comments

Comments
 (0)