mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
6 lines
323 B
Lua
6 lines
323 B
Lua
module("luci.controller.cosclient", package.seeall)
|
||
|
||
function index()
|
||
entry({"admin", "tencentcloud"}, firstchild(), "腾讯云设置", 30).dependent=false
|
||
entry({"admin", "tencentcloud", "cosclient"}, cbi("cosclient"), _("对象存储(COS)"), 1)
|
||
end |