初始:修复提前初始远征数据bug

This commit is contained in:
luying
2021-06-24 15:18:41 +08:00
parent de89b01886
commit bdd7edaeaf
6 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export async function pushData(role: RoleType, session: FrontendOrBackendSession
modules.push('auction', 'train', 'boss', 'wishPool', 'guildActivity', 'donate');
}
let notIncludeModule: string[] = [];
if (pushType == 'refresh') {
if (pushType == 'refresh') { // 每天5点刷新的时候不推送
notIncludeModule = ['rank', 'mail', 'school', 'auction', 'train', 'chat', 'battle'];
}