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

9 lines
174 B
Lua
Raw Normal View History

2022-02-12 15:40:06 +08:00
o = Map("koolproxy")
t = o:section(TypedSection, "usetips")
t.title = translate("iKoolProxy 帮助支持")
t.anonymous = true
t:append(Template("koolproxy/tips"))
return o