small-package/luci-app-godproxy/luasrc/model/cbi/koolproxy/tips.lua

9 lines
172 B
Lua
Raw Normal View History

2021-11-05 09:00:24 +08:00
o = Map("koolproxy")
t = o:section(TypedSection, "usetips")
t.title = translate("GodProxy 帮助支持")
t.anonymous = true
t:append(Template("koolproxy/tips"))
return o