From 0f201469ee1845c354fed99c170d6f95d41c7ae8 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 10 Apr 2022 17:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=A0=8F=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 45 +++++++++++++++++++------------- 1 file changed, 27 insertions(+), 18 deletions(-) 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,