2023-06-05 15:54:09 +08:00

15 lines
102 B
Lua

local mail = {
[1]={
},
[2]={
},
[3]={
}
}
local config = {
data=mail,count=3
}
return config