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