mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-30 23:29:54 +08:00
房间号池增加
This commit is contained in:
@@ -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"))) {
|
||||
|
||||
Reference in New Issue
Block a user