Skip to content

Commit

Permalink
🍻 publish plugin 跨平台账户绑定 (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 authored and noneflow[bot] committed Aug 1, 2023
1 parent 4a07981 commit 9b164a6
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions website/static/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -6879,5 +6879,32 @@
"is_official": false,
"type": "application",
"supported_adapters": null
},
{
"module_name": "nonebot_plugin_bind",
"project_link": "nonebot-plugin-bind",
"name": "跨平台账户绑定",
"desc": "nonebot多适配器通用的跨平台账户绑定插件",
"author": "canxin121",
"homepage": "https://github.com/canxin121/nonebot_plugin_bind",
"tags": [
{
"label": "跨平台",
"color": "#5289ea"
},
{
"label": "账户绑定",
"color": "#6eb428"
}
],
"is_official": false,
"type": "library",
"supported_adapters": [
"nonebot.adapters.feishu",
"nonebot.adapters.kaiheila",
"nonebot.adapters.onebot.v11",
"nonebot.adapters.telegram",
"nonebot.adapters.villa"
]
}
]

0 comments on commit 9b164a6

Please sign in to comment.