c1_lua/lua/app/config/recovery.lua
2025-10-22 09:14:46 +08:00

16 lines
192 B
Lua

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