fix(activity): 修正活动 10421 的时间配置
- 添加了活动 10421 的时间详情,结束时间为 4-00:00,开始时间为 7-23:59 - 确保活动在指定时间内正确开启和结束
This commit is contained in:
		| @@ -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
											
										
									
								
							| @@ -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]} | ||||
		Reference in New Issue
	
	Block a user