diff --git a/repo/js/MiliastraExperienceAutomation/main.js b/repo/js/MiliastraExperienceAutomation/main.js index ef50e23e2..eda3f1470 100644 --- a/repo/js/MiliastraExperienceAutomation/main.js +++ b/repo/js/MiliastraExperienceAutomation/main.js @@ -329,12 +329,12 @@ const startGame = async () => { const goToTeyvat = settings.goToTeyvat ?? true; // 从房间号池中随机取一个 - 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("15698418162"))) { - roomStr = getRandomRoom(); - } + // const roomPool = ["7070702264", "7102316998", "7107919931", "7155768958", "7071003734"]; + // const getRandomRoom = () => roomPool[Math.floor(Math.random() * roomPool.length)]; + let roomStr = settings.room; + // if (roomStr && (roomStr.includes("15698418162"))) { + // roomStr = getRandomRoom(); + // } // 支持中英文逗号分割多个房间号 const rooms = roomStr.split(/[,,]/).map(r => r.trim()).filter(r => r); const force = settings.force ?? false; diff --git a/repo/js/MiliastraExperienceAutomation/manifest.json b/repo/js/MiliastraExperienceAutomation/manifest.json index e4c16e5c0..b4b9f8cb6 100644 --- a/repo/js/MiliastraExperienceAutomation/manifest.json +++ b/repo/js/MiliastraExperienceAutomation/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "千星奇域每周刷取经验值", - "version": "0.7", + "version": "0.8", "bgi_version": "0.52.0", "description": "千星奇域每周刷取经验值", "authors": [ diff --git a/repo/js/MiliastraExperienceAutomation/settings.json b/repo/js/MiliastraExperienceAutomation/settings.json index b68c999b3..1a23223fc 100644 --- a/repo/js/MiliastraExperienceAutomation/settings.json +++ b/repo/js/MiliastraExperienceAutomation/settings.json @@ -9,7 +9,7 @@ "type": "input-text", "name": "room", "label": "奇域关卡关键词或关卡GUID\n(支持多个id,用中文或英文逗号隔开)", - "default": "7102316998" + "default": "7070702264" }, { "type": "checkbox",