2023-04-19 20:50:41 +08:00

48 lines
267 B
Lua

local item = {
[1]={
},
[2]={
},
[3]={
},
[4]={
},
[5]={
},
[6]={
},
[12001]={
},
[22001]={
},
[23001]={
},
[32001]={
},
[33001]={
},
[42001]={
},
[43001]={
},
[52001]={
}
}
local config = {
data=item,count=14
}
return config