feat: support select child packer

This commit is contained in:
ReaJason
2026-06-28 21:22:31 +08:00
parent a267048ed3
commit f19b1be9d4
16 changed files with 842 additions and 509 deletions
+7
View File
@@ -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",
+7
View File
@@ -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": "请输入",