c1_lua/lua/app/config/recovery.lua
2025-08-22 14:56:41 +08:00

15 lines
169 B
Lua

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