46 lines
934 B
Lua
46 lines
934 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-25 00:00:00",
|
|
["end_time"]="2023-10-3 00:00:00"
|
|
},
|
|
[406]={
|
|
["act_type"]=4,
|
|
["start_time"]="2023-09-28 00:00:00",
|
|
["end_time"]="2023-10-08 00:00:00"
|
|
},
|
|
[506]={
|
|
["act_type"]=2,
|
|
["start_time"]="2023-10-2 00:00:00",
|
|
["end_time"]="2023-10-10 00:00:00"
|
|
},
|
|
[606]={
|
|
["act_type"]=3,
|
|
["start_time"]="2023-10-9 00:00:00",
|
|
["end_time"]="2023-10-17 00:00:00"
|
|
},
|
|
[706]={
|
|
["act_type"]=5,
|
|
["start_time"]="2023-10-16 00:00:00",
|
|
["end_time"]="2023-10-24 00:00:00"
|
|
},
|
|
[806]={
|
|
["act_type"]=6,
|
|
["start_time"]="2023-10-30 00:00:00",
|
|
["end_time"]="2023-11-7 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=8
|
|
}
|
|
return config |