From 165da036bf3a466e9943abd984fc25f6553152dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B7=E4=B8=AA=E5=90=8D=E5=AD=97=E5=A5=BD=E9=9A=BE?= =?UTF-8?q?=E7=9A=84=E5=96=B5?= <25520958+MisakaAldrich@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:31:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=83=E6=98=9F=E5=A5=87=E9=81=87=E6=94=B9?= =?UTF-8?q?=E5=8F=B7=E6=B1=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/MiliastraExperienceAutomation/main.js | 5 ++--- repo/js/MiliastraExperienceAutomation/manifest.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/repo/js/MiliastraExperienceAutomation/main.js b/repo/js/MiliastraExperienceAutomation/main.js index aaf9a3e4f..ec44cc92f 100644 --- a/repo/js/MiliastraExperienceAutomation/main.js +++ b/repo/js/MiliastraExperienceAutomation/main.js @@ -322,12 +322,11 @@ const startGame = async () => { } const goToTeyvat = settings.goToTeyvat ?? true; - // const roomStr = settings.room || "7102316998"; // 从房间号池中随机取一个 - const roomPool = ["7102316998", "7107919931", "7155768958", "7071003734"]; + const roomPool = ["7070702264", "7102316998", "7107919931", "7155768958", "7071003734"]; const getRandomRoom = () => roomPool[Math.floor(Math.random() * roomPool.length)]; let roomStr = settings.room || getRandomRoom(); - if (roomStr && (roomStr.includes("7070702264") || roomStr.includes("15698418162"))) { + if (roomStr && (roomStr.includes("15698418162"))) { roomStr = getRandomRoom(); } // 支持中英文逗号分割多个房间号 diff --git a/repo/js/MiliastraExperienceAutomation/manifest.json b/repo/js/MiliastraExperienceAutomation/manifest.json index 0d4dca093..bc5214c63 100644 --- a/repo/js/MiliastraExperienceAutomation/manifest.json +++ b/repo/js/MiliastraExperienceAutomation/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "千星奇域每周刷取经验值", - "version": "0.5", + "version": "0.6", "bgi_version": "0.52.0", "description": "千星奇域每周刷取经验值", "authors": [