diff --git a/repo/js/ABGIHoui/README.md b/repo/js/ABGIHoui/README.md index afb9acc3c..2b6033f78 100644 --- a/repo/js/ABGIHoui/README.md +++ b/repo/js/ABGIHoui/README.md @@ -6,6 +6,8 @@ ##### 可启动的功能有 "一条龙", [参数为:一条龙名字,Ps:【默认配置】] "配置组", [参数为:配置组名字,Ps:【锄地】] + "一条龙(关闭原神)", [参数为:一条龙名字,Ps:【默认配置】] + "配置组(关闭原神)", [参数为:配置组名字,Ps:【锄地】] "狗粮联机上线", "狗粮联机下线", "狗粮联机调试", diff --git a/repo/js/ABGIHoui/main.js b/repo/js/ABGIHoui/main.js index b594ce3b1..804b690d8 100644 --- a/repo/js/ABGIHoui/main.js +++ b/repo/js/ABGIHoui/main.js @@ -11,24 +11,34 @@ log.info(`ABGI启动${settings.selectTask}`+":"+`${settings.inputText}`); await sleep(outTime); return; + case "一条龙(关闭原神)": + await sleep(500); + log.info("ABGI启动关闭原神:一条龙-"+`${settings.inputText}`); + await sleep(outTime); + return; + case "配置组(关闭原神)": + await sleep(500); + log.info("ABGI启动关闭原神:配置组-"+`${settings.inputText}`); + await sleep(outTime); + return; case "狗粮联机上线": await sleep(500); - log.info(`ABGI启动联机上线`+":"); + log.info("ABGI启动联机上线:"); await sleep(outTime); return; case "狗粮联机下线": await sleep(500); - log.info(`ABGI启动联机下线`+":"); + log.info("ABGI启动联机下线:"); await sleep(outTime); return; case "狗粮联机调试": await sleep(500); - log.info(`ABGI启动联机调试`+":"); + log.info("ABGI启动联机调试:"); await sleep(outTime); return; case "指定脚本更新": await sleep(500); - log.info(`ABGI启动脚本更新`+":"+`${settings.inputText}`); + log.info("ABGI启动脚本更新:"+`${settings.inputText}`); await sleep(outTime); return; case "今日配置组执行情况通知": @@ -48,12 +58,12 @@ return; case "开始obs录制": await sleep(500); - log.info(`ABGI启动obs`+":"+`启动`); + log.info("ABGI启动obs:"+`启动`); await sleep(outTime); return; case "结束obs录制": await sleep(500); - log.info(`ABGI启动obs`+":"+`关闭`); + log.info("ABGI启动obs:"+`关闭`); await sleep(outTime); return; case "米游社签到": @@ -63,12 +73,12 @@ return; case "bat脚本": await sleep(500); - log.info(`ABGI启动BAT脚本`+":"+`${settings.inputText}`); + log.info("ABGI启动BAT脚本:"+`${settings.inputText}`); await sleep(outTime); return; case "联机更换ABGI的账号信息": await sleep(500); - log.info(`ABGI启动联机换号`+":"+`${settings.inputText}`); + log.info("ABGI启动联机换号:"+`${settings.inputText}`); await sleep(outTime); return; case "关闭原神": diff --git a/repo/js/ABGIHoui/manifest.json b/repo/js/ABGIHoui/manifest.json index 51c7727ce..4c7d23806 100644 --- a/repo/js/ABGIHoui/manifest.json +++ b/repo/js/ABGIHoui/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "老王妙妙屋", - "version": "0.6", + "version": "0.7", "tags": [ "abgi" ], diff --git a/repo/js/ABGIHoui/settings.json b/repo/js/ABGIHoui/settings.json index 512629e91..4d2ebccf2 100644 --- a/repo/js/ABGIHoui/settings.json +++ b/repo/js/ABGIHoui/settings.json @@ -6,6 +6,8 @@ "options": [ "一条龙", "配置组", + "一条龙(关闭原神)", + "配置组(关闭原神)", "狗粮联机上线", "狗粮联机下线", "狗粮联机调试",