初始:修复提前初始远征数据bug
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user