From 74e68dcaacc991de29cc6fd67018a708385768db Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Fri, 18 Jun 2021 14:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=EF=BC=9A=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8type=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resource/jsons/dic_zyz_activityType.json | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/shared/resource/jsons/dic_zyz_activityType.json b/shared/resource/jsons/dic_zyz_activityType.json index d026f3df4..4174f037e 100644 --- a/shared/resource/jsons/dic_zyz_activityType.json +++ b/shared/resource/jsons/dic_zyz_activityType.json @@ -180,5 +180,25 @@ "activityType": 31, "name": "DAILY_COIN", "string": "每日兑换铜钱" - } + }, + { + "activityType": 32, + "name": "DAILY_GK", + "string": "每日关卡(每日开启一关)" + }, + { + "activityType": 33, + "name": "REFRESH_SHOP", + "string": "通用的刷新商店(分页,可刷新,限制购买次数,支持rmb与资源兑换)" + }, + { + "activityType": 34, + "name": "REFRESH_TASK", + "string": "通用的刷新任务(分页,可刷新,限制领取次数)" + }, + { + "activityType": 35, + "name": "MONOPOLY", + "string": "大富翁游戏" + } ] \ No newline at end of file