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

9 lines
174 B
Lua
Raw Normal View History

2021-11-10 09:01:15 +08:00
o = Map("koolproxy")
t = o:section(TypedSection, "usetips")
2021-11-30 20:26:09 +08:00
t.title = translate("iKoolProxy 帮助支持")
2021-11-10 09:01:15 +08:00
t.anonymous = true
t:append(Template("koolproxy/tips"))
return o