From 4ed0b8251eea050368b80b5c7f15907a083ccf3c Mon Sep 17 00:00:00 2001 From: yajunlu Date: Thu, 30 Sep 2021 10:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 368dd96df..00e106b75 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -220,3 +220,7 @@ export const LABCOLOR = { EQUIPQUALITYLABCOLOR: '15E1FB|2&#F09FED|3&#FFA82B|4&#FF8080|5&#FFD800', // 各品质装备对应字体颜色RGB EQUIPQUALITYLABOUTCOLOR: '1A5CCC|2A5CCC|3&#B25ELA|4&#BD1616|5&#AD5712', // 各品质装备对应字体描边颜色RGB }; +export const NAMEPLATE = { + NAMEPLATE_FREECOST: 1, // 免费改名次数 + NAMEPLATE_FEECOST: 500, // 改名花费元宝 +};