mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-17 03:43:26 +08:00
千星奇遇改号池
This commit is contained in:
@@ -322,12 +322,11 @@ const startGame = async () => {
|
||||
}
|
||||
|
||||
const goToTeyvat = settings.goToTeyvat ?? true;
|
||||
// const roomStr = settings.room || "7102316998";
|
||||
// 从房间号池中随机取一个
|
||||
const roomPool = ["7102316998", "7107919931", "7155768958", "7071003734"];
|
||||
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("7070702264") || roomStr.includes("15698418162"))) {
|
||||
if (roomStr && (roomStr.includes("15698418162"))) {
|
||||
roomStr = getRandomRoom();
|
||||
}
|
||||
// 支持中英文逗号分割多个房间号
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "千星奇域每周刷取经验值",
|
||||
"version": "0.5",
|
||||
"version": "0.6",
|
||||
"bgi_version": "0.52.0",
|
||||
"description": "千星奇域每周刷取经验值",
|
||||
"authors": [
|
||||
|
||||
Reference in New Issue
Block a user