diff --git a/repo/js/MiliastraExperienceAutomation/main.js b/repo/js/MiliastraExperienceAutomation/main.js index 265cf3157..aaf9a3e4f 100644 --- a/repo/js/MiliastraExperienceAutomation/main.js +++ b/repo/js/MiliastraExperienceAutomation/main.js @@ -324,7 +324,7 @@ const startGame = async () => { const goToTeyvat = settings.goToTeyvat ?? true; // const roomStr = settings.room || "7102316998"; // 从房间号池中随机取一个 - const roomPool = ["7102316998", "7107919931", "7155768958"]; + const roomPool = ["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"))) {