refactor(activity): 更新拜年礼包活动配置

- 将 Activities.config 中 ActivityType 从 9 改为 5
- 在 Activity5Config.config 中添加新的拜年红包配置
- 从 Activity9Config.config 中移除相应的配置项
This commit is contained in:
aixianling
2025-01-23 17:38:45 +08:00
parent 42c9873474
commit deb2465d6e
3 changed files with 7 additions and 7 deletions

View File

@@ -801,7 +801,7 @@ ActivitiesConf = {
}, },
[1818] = { [1818] = {
Id = 1818, Id = 1818,
ActivityType = 9, ActivityType = 5,
ActivityName = "拜年礼包", ActivityName = "拜年礼包",
TimeType = 1, TimeType = 1,
TimeDetail = { [1] = { StartTime = "2025.1.22-00:00", EndTime = "2025.2.13-00:00" } }, TimeDetail = { [1] = { StartTime = "2025.1.22-00:00", EndTime = "2025.2.13-00:00" } },

View File

@@ -42,4 +42,10 @@ Activity5Config={
tipsid = 398, tipsid = 398,
idx = 1, idx = 1,
}, },
[1818] = {
Id = 1818,
name = "拜年红包",
sceneId = 150,
Persongift = {{type=0,id=1151,count=1},{type=0,id=1164,count=100},{type=0,id=1250,count=1}}
}
} }

View File

@@ -8,11 +8,5 @@ Activity9Config={
Persongift = {{type=0,id=348,count=1}}, Persongift = {{type=0,id=348,count=1}},
bigTreasure = {{type=0,id=349,count=1}}, bigTreasure = {{type=0,id=349,count=1}},
bigTreasureNum = 50, bigTreasureNum = 50,
},
[1818] = {
Id = 1818,
name = "拜年红包",
fbId = 150,
Persongift = {{type=0,id=1151,count=1},{type=0,id=1164,count=100},{type=0,id=1250,count=1}}
} }
} }