diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 9e499fe39..652a75286 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -344,3 +344,6 @@ export const BATTLE_PREPARING = { export const MAIN_MESSAGE_LIST = { CLOSE_BUTTON_VISIBLE: 8, // 消息窗口缩小按钮显示,8级条件 }; +export const TITLE = { + MAX: 21, // 爵位最大等级 +};