启动或者注销1Remote (#3074)

This commit is contained in:
古又
2026-04-06 19:51:29 +08:00
committed by GitHub
parent 9867ce1c99
commit b25d655776
4 changed files with 16 additions and 7 deletions

View File

@@ -23,6 +23,8 @@
"更换联机房间"[参数为:房间名字+任意密钥Ps:【古叉别断网-GUYOUSHIGEHAOREN】]
"等待时间"[参数为多少秒Ps:【5000】]
"红血检测"[参数为:启动/关闭Ps:【启动】]
"启动1Remote多用户"[参数为xxx-xxxPs:【GUYOU-XIAOBAITU】]
"注销1Remote多用户"[参数为xxx-xxxPs:【GUYOU-XIAOBAITU】]
------
#### 原理解释

View File

@@ -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);

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "老王妙妙屋",
"version": "1.0",
"version": "1.1",
"tags": [
"abgi"
],

View File

@@ -22,7 +22,9 @@
"联机更换ABGI的账号信息",
"更换联机房间",
"等待时间(单位为秒)",
"红血检测"
"红血检测",
"启动1Remote多用户",
"注销1Remote多用户"
],
"default": ""
},