diff --git a/website/static/adapters.json b/website/static/adapters.json index 720260aa..8e532d5a 100644 --- a/website/static/adapters.json +++ b/website/static/adapters.json @@ -113,5 +113,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot.adapters.spigot", + "project_link": "nonebot-adapter-spigot", + "name": "Spigot", + "desc": "MineCraft通信适配", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/nonebot-adapter-spigot", + "tags": [ + { + "label": "Minecraft", + "color": "#4ef0ea" + } + ], + "is_official": false } ]