feat(兼容): 配表使用后台隐藏物品

This commit is contained in:
luying
2022-11-09 18:01:02 +08:00
parent 5d0873630a
commit 53d4af4e09
54 changed files with 768 additions and 102 deletions

View File

@@ -197,6 +197,9 @@ async function treatStartLogic(app: _pinus.Application) {
timeTaskService.setPvpSeasonNum();
timeTaskService.setPvpSettleSeasonNum();
}
if(app.getServerType() != 'systimer') {
timeTaskService.initHiddenData();
}
if(app.isMaster()) {
redisService.initAllRank();