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', // 天赋点重置花费 +};