This commit is contained in:
yixu
2025-12-25 17:32:35 +08:00
parent 38be919649
commit d6ddd07774
4 changed files with 3 additions and 2 deletions

View File

@@ -313,6 +313,7 @@ const initUserGameInfos = async (refresh_official, refresh_cap_scan) => {
globalStore.CONSUME_POINT_1_PER_DRAW = result.json.constants.CONSUME_POINT_1_PER_DRAW
globalStore.MAX_CAP_SCAN = result.json.constants.MAX_CAP_SCAN
globalStore.MAX_INVITE_DAILY = result.json.constants.MAX_INVITE_DAILY
globalStore.MAX_INVITE_DAILY = result.json.invitees
globalToastEvent.emit(ToastType.MOUNTED)
}