更新文档

This commit is contained in:
cheney 2022-07-22 21:21:36 +08:00
parent 63c663a88f
commit 38d9744f27
3 changed files with 8 additions and 1 deletions

View File

@ -60,6 +60,11 @@
"from": "./src/test/java/sample", "from": "./src/test/java/sample",
"to": "%out_path%/sample" "to": "%out_path%/sample"
}, },
{
"func": "cp",
"from": "./说明.txt",
"to": "%out_path%/说明.txt"
},
{ {
"func": "zip", "func": "zip",
"from": "%out_path%/*", "from": "%out_path%/*",

View File

@ -6,5 +6,7 @@
- groovy-all-2.3.2 通信协议支持 - groovy-all-2.3.2 通信协议支持
- proto-1.0-20220412 通信协议支持 - proto-1.0-20220412 通信协议支持
- slf4j-api-1.7.10 日志接口 - slf4j-api-1.7.10 日志接口
- log4j-api-2.17.0.jar 日志接口
- log4j-core-2.17.0.jar 日志核心包
- log4j-slf4j-impl-2.17.0.jar 日志桥接
- sydapi4j-1.0.20220722.jar 加密机通信包 - sydapi4j-1.0.20220722.jar 加密机通信包
-