diff --git a/website/static/plugins.json b/website/static/plugins.json index 99edddef..123ed745 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4287,5 +4287,24 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_extrautils", + "project_link": "nonebot-plugin-extrautils", + "name": "工具拓展", + "desc": "便于开发 nonebot2 插件的工具拓展", + "author": "NCBM", + "homepage": "https://github.com/NCBM/nonebot-plugin-extrautils", + "tags": [ + { + "label": "t:dev", + "color": "#c99309" + }, + { + "label": "t:utils", + "color": "#3a46f6" + } + ], + "is_official": false } ]