资源:系统参数表from亚骏

This commit is contained in:
luying
2022-04-12 13:28:37 +08:00
parent 3fe367374d
commit 96b91c77db
+3 -3
View File
@@ -271,9 +271,9 @@ export const VIP = {
export const PUBLIC_NOTICE_PERIOD = { export const PUBLIC_NOTICE_PERIOD = {
PUBLIC_NOTICE_PERIOD_TIME: 24, // 活动公示期时间 PUBLIC_NOTICE_PERIOD_TIME: 24, // 活动公示期时间
}; };
export const HERO = {
HERO_TALENTPOINT_RESET: "31002&100"
};
export const REGRET = { export const REGRET = {
REGRET_OPEN: 125, // 悔棋开启 REGRET_OPEN: 125, // 悔棋开启
}; };
export const HERO = {
HERO_TALENTPOINT_RESET: '31002&100', // 天赋点重置花费
};