small-packages/luci-app-wechatpush/root/usr/share/luci/menu.d/luci-app-wechatpush.json
2026-05-10 09:48:30 +08:00

51 lines
850 B
JSON

{
"admin/services/wechatpush": {
"title": "WeChat push",
"order": 30,
"action": {
"type": "view",
"path": "wechatpush/status"
},
"depends": {
"acl": [ "luci-app-wechatpush" ],
"uci": { "wechatpush": true }
}
},
"admin/services/wechatpush/config": {
"title": "Basic Settings",
"order": 10,
"action": {
"type": "view",
"path": "wechatpush/config"
}
},
"admin/services/wechatpush/advanced": {
"title": "Advance Setting",
"order": 20,
"action": {
"type": "view",
"path": "wechatpush/advanced"
}
},
"admin/services/wechatpush/client": {
"title": "Online Devices",
"order": 30,
"action": {
"type": "view",
"path": "wechatpush/client"
}
},
"admin/services/wechatpush/log": {
"title": "Log",
"order": 40,
"action": {
"type": "view",
"path": "wechatpush/log"
}
}
}