openwrt_helloworld/luci-app-nikki/root/usr/share/luci/menu.d/luci-app-nikki.json
2025-02-11 18:56:59 +08:00

60 lines
1.3 KiB
JSON

{
"admin/services/nikki": {
"title": "Nikki",
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-nikki" ],
"uci": { "nikki": true }
}
},
"admin/services/nikki/config": {
"title": "App Config",
"order": 10,
"action": {
"type": "view",
"path": "nikki/app"
}
},
"admin/services/nikki/profile": {
"title": "Profile",
"order": 20,
"action": {
"type": "view",
"path": "nikki/profile"
}
},
"admin/services/nikki/mixin": {
"title": "Mixin Config",
"order": 30,
"action": {
"type": "view",
"path": "nikki/mixin"
}
},
"admin/services/nikki/proxy": {
"title": "Proxy Config",
"order": 40,
"action": {
"type": "view",
"path": "nikki/proxy"
}
},
"admin/services/nikki/editor": {
"title": "Editor",
"order": 50,
"action": {
"type": "view",
"path": "nikki/editor"
}
},
"admin/services/nikki/log": {
"title": "Log",
"order": 60,
"action": {
"type": "view",
"path": "nikki/log"
}
}
}