feat(ui): add targetJdkVersion field

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 33753844a7
commit ca304c600d
3 changed files with 26 additions and 36 deletions
+2 -1
View File
@@ -48,5 +48,6 @@
"advancedConfig": "Advanced Config",
"commandTemplate": "Command Template",
"commandTemplate.placeholder": "e.g., sh -c \"{command}\" 2>&1",
"commandTemplate.description": "Use {command} as placeholder"
"commandTemplate.description": "Use {command} as placeholder",
"targetJdkVersion": "JRE Version"
}
+2 -1
View File
@@ -48,5 +48,6 @@
"advancedConfig": "高级配置",
"commandTemplate": "命令模板",
"commandTemplate.placeholder": "例如:sh -c \"{command}\" 2>&1",
"commandTemplate.description": "使用 {command} 作为占位符"
"commandTemplate.description": "使用 {command} 作为占位符",
"targetJdkVersion": "JRE 版本"
}