房间号池增加

This commit is contained in:
躁动的氨气
2025-10-28 14:02:17 +08:00
committed by GitHub
parent 3202580391
commit 400c3753ca

View File

@@ -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"))) {