From bc1ad58507d95baaf69770a73fffdea60896af95 Mon Sep 17 00:00:00 2001 From: yajunlu Date: Tue, 6 Sep 2022 11:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=E8=A1=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 3 +++ 1 file changed, 3 insertions(+) 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, // 爵位最大等级 +};