From 96b91c77db413fd0317cadbd09eaf22be42688d7 Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 12 Apr 2022 13:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=EF=BC=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A1=A8from=E4=BA=9A=E9=AA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 24f1c5bd2..628f48174 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -271,9 +271,9 @@ export const VIP = { export const PUBLIC_NOTICE_PERIOD = { PUBLIC_NOTICE_PERIOD_TIME: 24, // 活动公示期时间 }; -export const HERO = { - HERO_TALENTPOINT_RESET: "31002&100" -}; export const REGRET = { REGRET_OPEN: 125, // 悔棋开启 }; +export const HERO = { + HERO_TALENTPOINT_RESET: '31002&100', // 天赋点重置花费 +};