36 lines
722 B
Lua
36 lines
722 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"
|
|
},
|
|
[506]={
|
|
["act_type"]=2,
|
|
["start_time"]="2023-09-27 00:00:00",
|
|
["end_time"]="2023-10-05 00:00:00"
|
|
},
|
|
[606]={
|
|
["act_type"]=3,
|
|
["start_time"]="2023-10-04 00:00:00",
|
|
["end_time"]="2023-10-12 00:00:00"
|
|
}
|
|
}
|
|
local config = {
|
|
data=activity,count=6
|
|
}
|
|
return config |