fix(activity): 修正活动 10421 的时间配置

- 添加了活动 10421 的时间详情,结束时间为 4-00:00,开始时间为 7-23:59
- 确保活动在指定时间内正确开启和结束
This commit is contained in:
aixianling
2024-12-26 15:46:00 +08:00
parent 834b7316f1
commit 24c8392a48
3 changed files with 3337 additions and 2 deletions

View File

@@ -4502,6 +4502,19 @@
],
"ActivityType": 10020
},
"10421": {
"Popup": false,
"AfterSrvDay": 1,
"Id": 10421,
"TimeType": 3,
"TimeDetail": [
{
"EndTime": "4-00:00",
"StartTime": "7-23:59"
}
],
"ActivityType": 10020
},
"10244": {
"Popup": false,
"description": "盛夏袭来活动期间击败BOSS达标可领取奖励经典、重装、神话BOSS",

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"GlobalId2":[10241,10242,10243],"GlobalId":[10225,10226,10227,10228],"ActivityId":[10025]}
{"GlobalId2":[10241,10242,10243,10421],"GlobalId":[10225,10226,10227,10228],"ActivityId":[10025]}