diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 488d697..c9bf332 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -76,23 +76,21 @@ -
- -
- + + 脚本及输出编码设置 + + 运行命令 {{ commandString }}+b{{ commandString }}+b 保存 {{ commandString }}+s{{ commandString }}+s
@@ -264,7 +270,10 @@ export default { .showInputBox( { labels: ["文件编码", "输出编码"], - hints: ["基于iconv-lite进行编码,无乱码请留空", "无乱码请留空"], + hints: [ + "GBK/Big5/utf8,无乱码请留空", + "GBK/Big5/utf8,无乱码请留空", + ], values: [ this.quickcommandInfo.charset?.scriptCode, this.quickcommandInfo.charset?.outputCode,