🐞 fix(共鸣系统): 修改鸣主排序,修改鸣主信息展示

This commit is contained in:
zhangxk
2023-10-12 21:17:49 +08:00
parent b6e6281744
commit e4e692458b
4 changed files with 78 additions and 46 deletions

View File

@@ -846,6 +846,10 @@ export const STATUS = {
RESONANCE_NOT_PUT_POSITION: { code: 81013, simStr: '该武将未在阵中' },
RESONANCE_OFF_POSITION_FAIL: { code: 81014, simStr: '该武将下阵失败' },
RESONANCE__HID_NOT_CAN: { code: 81015, simStr: '共鸣武将不可养成' },
RESONANCE__HID_NOT_REBIRTH: { code: 81015, simStr: '共鸣武将不可重生' },
RESONANCE__HID_NOT_REBORN: { code: 81015, simStr: '共鸣武将不可传承' },