mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +08:00
🍻 publish plugin 消息推送插件 (#2272)
This commit is contained in:
parent
1c0e88907b
commit
b8856a0577
@ -7113,5 +7113,30 @@
|
||||
"is_official": false,
|
||||
"type": "application",
|
||||
"supported_adapters": null
|
||||
},
|
||||
{
|
||||
"module_name": "nonebot_plugin_push",
|
||||
"project_link": "nonebot-plugin-push",
|
||||
"name": "消息推送插件",
|
||||
"desc": "通过邮件、Feishu Webhook 等方式推送消息",
|
||||
"author": "mobyw",
|
||||
"homepage": "https://github.com/mobyw/nonebot-plugin-push",
|
||||
"tags": [
|
||||
{
|
||||
"label": "邮件",
|
||||
"color": "#91c0bd"
|
||||
},
|
||||
{
|
||||
"label": "飞书",
|
||||
"color": "#7aaccc"
|
||||
},
|
||||
{
|
||||
"label": "推送",
|
||||
"color": "#9e97c4"
|
||||
}
|
||||
],
|
||||
"is_official": false,
|
||||
"type": "library",
|
||||
"supported_adapters": null
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user