From b25d65577609860be0e334b6084a3fe262501dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A4=E5=8F=88?= <104784428+guyou45@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=88=96=E8=80=85=E6=B3=A8?= =?UTF-8?q?=E9=94=801Remote=20(#3074)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/ABGIHoui/README.md | 2 ++ repo/js/ABGIHoui/main.js | 15 ++++++++++----- repo/js/ABGIHoui/manifest.json | 2 +- repo/js/ABGIHoui/settings.json | 4 +++- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/repo/js/ABGIHoui/README.md b/repo/js/ABGIHoui/README.md index 6cfb49ed0..2a87f3f12 100644 --- a/repo/js/ABGIHoui/README.md +++ b/repo/js/ABGIHoui/README.md @@ -23,6 +23,8 @@ "更换联机房间",[参数为:房间名字+任意密钥,Ps:【古叉别断网-GUYOUSHIGEHAOREN】] "等待时间",[参数为:多少秒,Ps:【5000】] "红血检测",[参数为:启动/关闭,Ps:【启动】] + "启动1Remote多用户",[参数为:xxx-xxx,Ps:【GUYOU-XIAOBAITU】] + "注销1Remote多用户",[参数为:xxx-xxx,Ps:【GUYOU-XIAOBAITU】] ------ #### 原理解释 diff --git a/repo/js/ABGIHoui/main.js b/repo/js/ABGIHoui/main.js index 0f2e2662e..89804e9fe 100644 --- a/repo/js/ABGIHoui/main.js +++ b/repo/js/ABGIHoui/main.js @@ -109,11 +109,6 @@ async function compareVersion(version1, version2) { log.info("ABGI启动联机换号:"+`${settings.inputText}`); await sleep(outTime); return; - // case "关闭原神": - // await sleep(500); - // log.info(`ABGI启动${settings.selectTask}`+":"); - // await sleep(outTime); - // return; case "更换联机房间": // result = await compareVersion(settings.versionABGI, "3.5.25"); // if (result == -1) { @@ -135,6 +130,16 @@ async function compareVersion(version1, version2) { log.info(`ABGI启动关闭红血检测:`+`${settings.inputText}`); await sleep(outTime); return; + case "启动1Remote多用户": + await sleep(500); + log.info(`ABGI启动1Remote多用户:`+`${settings.inputText}`); + await sleep(outTime); + return; + case "注销1Remote多用户": + await sleep(500); + log.info(`ABGI注销1Remote多用户:`+`${settings.inputText}`); + await sleep(outTime); + return; default: log.error(`ABGI不支持的任务${settings.selectTask}`); await sleep(outTime); diff --git a/repo/js/ABGIHoui/manifest.json b/repo/js/ABGIHoui/manifest.json index 710666262..8c61a73b4 100644 --- a/repo/js/ABGIHoui/manifest.json +++ b/repo/js/ABGIHoui/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "老王妙妙屋", - "version": "1.0", + "version": "1.1", "tags": [ "abgi" ], diff --git a/repo/js/ABGIHoui/settings.json b/repo/js/ABGIHoui/settings.json index 33cb49546..2b0afb38c 100644 --- a/repo/js/ABGIHoui/settings.json +++ b/repo/js/ABGIHoui/settings.json @@ -22,7 +22,9 @@ "联机更换ABGI的账号信息", "更换联机房间", "等待时间(单位为秒)", - "红血检测" + "红血检测", + "启动1Remote多用户", + "注销1Remote多用户" ], "default": "" },