From 400c3753caa3dccbd6dd1c4c38fa5a0342de4fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BA=81=E5=8A=A8=E7=9A=84=E6=B0=A8=E6=B0=94?= <131591012+zaodonganqi@users.noreply.github.com> Date: Tue, 28 Oct 2025 14:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=8F=B7=E6=B1=A0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/MiliastraExperienceAutomation/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))) {