From 0d6052e2e42328282148f51e56347451f9813cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A4=E5=8F=88?= <104784428+guyou45@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=BB=84=20(#2519)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/ABGIHoui/main.js | 2 +- repo/js/ABGIHoui/manifest.json | 2 +- repo/js/ABGIHoui/settings.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/repo/js/ABGIHoui/main.js b/repo/js/ABGIHoui/main.js index 26fe64d6a..acd22aadd 100644 --- a/repo/js/ABGIHoui/main.js +++ b/repo/js/ABGIHoui/main.js @@ -3,7 +3,7 @@ case "一条龙": log.info(`ABGI启动${settings.selectTask}`+":"+`${settings.inputText}`); return; - case "启动配置组": + case "配置组": log.info(`ABGI启动${settings.selectTask}`+":"+`${settings.inputText}`); return; case "狗粮联机上线": diff --git a/repo/js/ABGIHoui/manifest.json b/repo/js/ABGIHoui/manifest.json index 42153c668..14cdfdf78 100644 --- a/repo/js/ABGIHoui/manifest.json +++ b/repo/js/ABGIHoui/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "老王妙妙屋", - "version": "0.1", + "version": "0.2", "tags": [ "abgi" ], diff --git a/repo/js/ABGIHoui/settings.json b/repo/js/ABGIHoui/settings.json index 0c4393e58..21a56e221 100644 --- a/repo/js/ABGIHoui/settings.json +++ b/repo/js/ABGIHoui/settings.json @@ -2,7 +2,7 @@ { "name": "selectTask", "type": "select", - "label": "选择你想要的任务", + "label": " 选择任务", "options": [ "一条龙", "配置组", @@ -22,7 +22,7 @@ { "name": "inputText", "type": "input-text", - "label": " 任务参数(可选) \n一条龙名字或者配置组名字,多个配置组用空格分隔\n注意:可选指有些需要参数,有些不需要参数", + "label": " 任务参数(可选) \n 一条龙名字、配置组名字以及JS脚本名字\n注意:多个配置组或JS脚本名字之间用【空格】分隔", "default": "" } ] \ No newline at end of file