mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
51 lines
850 B
JSON
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"
|
|
}
|
|
}
|
|
|
|
}
|