mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
36 lines
796 B
JSON
36 lines
796 B
JSON
{
|
|
"admin/services/xray_core": {
|
|
"title": "Xray",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "xray/core"
|
|
},
|
|
"depends": {
|
|
"acl": [
|
|
"luci-app-xray"
|
|
],
|
|
"uci": {
|
|
"xray_core": true
|
|
}
|
|
}
|
|
},
|
|
"admin/services/xray_preview": {
|
|
"title": "Xray (preview)",
|
|
"action": {
|
|
"type": "view",
|
|
"path": "xray/preview"
|
|
},
|
|
"depends": {
|
|
"acl": [
|
|
"luci-app-xray"
|
|
],
|
|
"uci": {
|
|
"xray_core": {
|
|
"@general[0]": {
|
|
"preview_or_deprecated": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |