mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
feat: support select child packer
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
"optional": "(Optional)",
|
||||
"packerConfig.title": "Package Config",
|
||||
"packerMethod": "Package Method",
|
||||
"packerMode.default": "Default",
|
||||
"packerMode.advanced": "Advanced",
|
||||
"packerMode.defaultDesc": "Pick a packing method; it packs all of its variants at once.",
|
||||
"packerMode.advancedDesc": "Pick a category, then choose a specific variant.",
|
||||
"packerMode.category": "Category",
|
||||
"packerMode.variant": "Variant",
|
||||
"packerMode.noVariants": "has no variants — selection complete.",
|
||||
"paramName": "ParamName",
|
||||
"paramName.description": "Supports passing values via request parameter (param) or request header (header)",
|
||||
"placeholders.input": "Please input",
|
||||
|
||||
@@ -22,6 +22,13 @@
|
||||
"optional": "(可选)",
|
||||
"packerConfig.title": "打包配置",
|
||||
"packerMethod": "打包方式",
|
||||
"packerMode.default": "默认模式",
|
||||
"packerMode.advanced": "进阶模式",
|
||||
"packerMode.defaultDesc": "选择打包方式,将一次性生成其所有子变体。",
|
||||
"packerMode.advancedDesc": "先选择左侧分类,再挑选具体的子变体。",
|
||||
"packerMode.category": "分类",
|
||||
"packerMode.variant": "变体",
|
||||
"packerMode.noVariants": "无子变体,已完成选择。",
|
||||
"paramName": "参数名称",
|
||||
"paramName.description": "支持请求参数 param 或请求头 header 传值",
|
||||
"placeholders.input": "请输入",
|
||||
|
||||
Reference in New Issue
Block a user