From 2723671887a8877d2682ff2e76a7a3388011a695 Mon Sep 17 00:00:00 2001 From: yzh Date: Fri, 15 Apr 2022 15:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=EF=BC=9A=E7=A7=98=E5=A2=83?= =?UTF-8?q?=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/pubUtils/dicParam.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/pubUtils/dicParam.ts b/shared/pubUtils/dicParam.ts index 628f48174..a1f665dd0 100644 --- a/shared/pubUtils/dicParam.ts +++ b/shared/pubUtils/dicParam.ts @@ -199,8 +199,8 @@ export const DAILY_CONST = { DAILY_CONST_TOP: 150, // 每日关卡购买的价格上限 }; export const DUNGEON_CONST = { - DUNGEON_CONST_FREE: 5, // 秘境每天免费挑战次数(不包括购买的挑战次数) - DUNGEON_CONST_BUY: 10, // 秘境每天最大购买次数 + DUNGEON_CONST_FREE: 3, // 秘境每天免费挑战次数(不包括购买的挑战次数) + DUNGEON_CONST_BUY: 6, // 秘境每天最大购买次数 DUNGEON_CONST_BASE: 50, // 秘境关卡购买的基础价格 DUNGEON_CONST_UP: 25, // 秘境关卡购买的价格增长量 DUNGEON_CONST_TOP: 100, // 秘境关卡购买的价格上限