c1_lua/lua/app/config/recovery.lua
2025-10-20 17:19:08 +08:00

16 lines
192 B
Lua

local recovery = {
[3]={
["type"]=1,
["time"]=600,
["limit"]=60,
["monthly_card"]=90
},
[8]={
["type"]=2,
["limit"]=5
}
}
local config = {
data=recovery,count=2
}
return config