🐞 fix(gvg): 激战期挑战时间限制

This commit is contained in:
luying
2023-07-03 16:08:45 +08:00
parent ce04e7b758
commit a442af1fd0
2 changed files with 7 additions and 1 deletions

View File

@@ -360,6 +360,7 @@ export const STATUS = {
GVG_NOT_BATTLE_TIME: { code: 21343, simStr: '您此时只能进驻据点不可挑战' },
GVG_TECH_HAS_PROGRESS: { code: 21344, simStr: '该科技进度不为0' },
GVG_LV_RESOURCE: { code: 21345, simStr: '该联军等级下该资源已满' },
GVG_BATTLE_IS_END: { code: 21346, simStr: '激战期已结束' },
// GVG征战中原
GVG_VESTIGE_ERR: { code: 21350, simStr: '今日未开放该遗迹' },