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": [