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