feat: support AntSword shell generate (#34)

This commit is contained in:
ReaJason
2025-02-19 00:04:29 +08:00
parent e71f980991
commit 583abbf9ba
98 changed files with 2860 additions and 152 deletions
+4 -2
View File
@@ -39,7 +39,9 @@
"behinderEncryptType": "Encrypt Type",
"behinderDefaultEncryptType": "Default",
"paramName": "Param Name",
"suo5Header": "AdvanceConfiguration -> Request Header"
"suo5Header": "AdvanceConfiguration -> Request Header",
"antSwordPass": "Shell pwd",
"httpHeader": "HTTP -> HTTP HEADERS"
},
"packageConfig": {
"title": "Package Method",
@@ -57,7 +59,7 @@
"Velocity": "Velocity",
"Groovy": "Groovy",
"AgentJar": "AgentJar",
"Deserialize": "Deserialize(Only CB4, 1.9.x)",
"JavaDeserialize": "JavaDeserialize",
"ScriptEngine": "ScriptEngine",
"XxlJob": "XXL-JOB Executor",
"JinJava": "JinJava",
+4 -2
View File
@@ -39,7 +39,9 @@
"behinderEncryptType": "加密类型",
"behinderDefaultEncryptType": "默认",
"paramName": "请求参数",
"suo5Header": "高级配置 -> 请求头"
"suo5Header": "高级配置 -> 请求头",
"antSwordPass": "连接密码",
"httpHeader": "请求信息 -> HTTP HEADERS"
},
"packageConfig": {
"title": "打包方式",
@@ -52,7 +54,7 @@
"BeanShell": "BeanShell 表达式",
"Aviator": "Aviator 表达式",
"JXPath": "JXPath 表达式",
"Deserialize": "反序列化(仅支持 CB4, 1.9.x)",
"JavaDeserialize": "Java反序列化",
"ScriptEngine": "内置脚本引擎",
"Rhino": "Rhino 脚本引擎"
}