From ffce1d77531f2c32323b520b99b1cad466a79518 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 23 Jan 2025 17:38:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 ActivityType 为 9 的活动修改为 ActivityType 5 - 此修改影响"拜年礼包"活动 --- configs/ActivitiesConf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ActivitiesConf.json b/configs/ActivitiesConf.json index f5a3c0a..35e0004 100644 --- a/configs/ActivitiesConf.json +++ b/configs/ActivitiesConf.json @@ -721,7 +721,7 @@ "70": { "Id": 70, "ActivityType": 6, "ActivityName": "苍月大灾变", "TimeType": 3, "TimeDetail": { "1": { "StartTime": "0-18:00", "EndTime": "0-19:00" } }, "AfterSrvDay": 4, "Popup": false }, "1818": { "Id": 1818, - "ActivityType": 9, + "ActivityType": 5, "ActivityName": "拜年礼包", "TimeType": 1, "TimeDetail": { "1": { "StartTime": "2025.1.22-00:00", "EndTime": "2025.2.13-00:00" } },