mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 20:11:53 +08:00
9 lines
174 B
Lua
9 lines
174 B
Lua
o = Map("koolproxy")
|
|
|
|
t = o:section(TypedSection, "usetips")
|
|
t.title = translate("iKoolProxy 帮助支持")
|
|
t.anonymous = true
|
|
t:append(Template("koolproxy/tips"))
|
|
|
|
return o
|