mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 03:22:05 +08:00
29 lines
474 B
JSON
29 lines
474 B
JSON
{
|
|
"admin/services/openlist2": {
|
|
"title": "OpenList",
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-openlist2" ],
|
|
"uci": { "openlist2": true }
|
|
}
|
|
},
|
|
"admin/services/openlist2/basic": {
|
|
"title": "Setting",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "openlist2/basic"
|
|
}
|
|
},
|
|
"admin/services/openlist2/logs": {
|
|
"title": "Logs",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "openlist2/logs"
|
|
}
|
|
}
|
|
}
|