26 lines
506 B
Lua
26 lines
506 B
Lua
local activity = {
|
|
[106]={
|
|
["act_type"]=1,
|
|
["start_time"]="2023-08-22 00:00:00",
|
|
["end_time"]="2023-08-29 00:00:00"
|
|
},
|
|
[206]={
|
|
["act_type"]=2,
|
|
["start_time"]="2023-09-13 00:00:00",
|
|
["end_time"]="2023-09-21 00:00:00"
|
|
},
|
|
[306]={
|
|
["act_type"]=3,
|
|
["start_time"]="2023-09-20 00:00:00",
|
|
["end_time"]="2023-09-28 00:00:00"
|
|
},
|
|
[406]={
|
|
["act_type"]=4,
|
|
["start_time"]="2023-09-28 00:00:00",
|
|
["end_time"]="2023-10-08 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=4
|
|
}
|
|
return config |