mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-14 12:24:20 +08:00
46 lines
844 B
JSON
46 lines
844 B
JSON
{
|
|
"admin/services/clashoo": {
|
|
"title": "Clashoo",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-clashoo"]
|
|
}
|
|
},
|
|
"admin/services/clashoo/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "clashoo/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-clashoo"]
|
|
}
|
|
},
|
|
"admin/services/clashoo/config": {
|
|
"title": "Configuration",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "clashoo/config"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-clashoo"]
|
|
}
|
|
},
|
|
"admin/services/clashoo/system": {
|
|
"title": "System",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "clashoo/system"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-clashoo"]
|
|
}
|
|
}
|
|
}
|