后台:内存快照

This commit is contained in:
luying
2022-09-20 15:32:09 +08:00
parent a830ae040e
commit 2b687083de
12 changed files with 218 additions and 3 deletions

View File

@@ -1118,6 +1118,14 @@ export enum LOG_TYPE {
GATE_HP = 'gateHp', // 诸侯混战城门
BOSS_HP = 'bossHp', // 演武台boss血量
REBIRTH = 'rebirth', // 演武台boss血量
MEMORY = 'memory', // 保存内存
}
export enum MEMORY_LOG_TYPE {
ACTIVITY = 'activity', // 活动
PVP_SEASON = 'pvpSeason', // pvp赛季
GA_INDEX = 'gaIndex', // 军团活动index
COMBATTLE = 'comBattle', // 寻宝活动
}
export enum CE_CHANGE_REASON {