Skip to content

Commit

Permalink
🍻 publish plugin Mixin (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
NCBM authored and noneflow[bot] committed Apr 23, 2023
1 parent 4b9ae5f commit 295b55d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions website/static/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5403,5 +5403,24 @@
"homepage": "https://github.com/XZhouQD/nonebot-plugin-appinsights",
"tags": [],
"is_official": false
},
{
"module_name": "nonebot_plugin_mixin",
"project_link": "nonebot-plugin-mixin",
"name": "Mixin",
"desc": "通过代码或非代码方式外部介入 NoneBot2 插件行为",
"author": "NCBM",
"homepage": "https://github.com/NCBM/nonebot-plugin-mixin",
"tags": [
{
"label": "t:dev",
"color": "#ea5252"
},
{
"label": "t:mixin",
"color": "#529fea"
}
],
"is_official": false
}
]

0 comments on commit 295b55d

Please sign in to comment.