mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-17 18:08:05 +00:00
🍻 publish plugin Mixin (#1946)
This commit is contained in:
parent
4b9ae5fd68
commit
295b55da44
@ -5403,5 +5403,24 @@
|
|||||||
"homepage": "https://github.com/XZhouQD/nonebot-plugin-appinsights",
|
"homepage": "https://github.com/XZhouQD/nonebot-plugin-appinsights",
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"is_official": false
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user