diff --git a/website/static/plugins.json b/website/static/plugins.json index 2ae10b06..135d67c7 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -6205,26 +6205,26 @@ "module_name": "nonebot_plugin_spark_gpt", "project_link": "nonebot-plugin-spark-gpt", "name": "Spark-GPT", - "desc": "将多来源的gpt接入qq及更多平台,使用便捷,管理完善,功能强大", + "desc": "将poe,chatgpt,slack claude,Newbing,google bard,讯飞星火模型(SparkDesk),通义千问等接入qq,tg,kook(原开黑啦)多平台用户绑定实现数据互通,并提供webui进行便捷配置,自适应文转图,实现预设人格化bot的便捷创建,使用和管理", "author": "canxin121", "homepage": "https://github.com/canxin121/Spark-GPT", "tags": [ { - "label": "ChatGPT", - "color": "#52aeea" + "label": "多来源语言GPT", + "color": "#5599ff" }, { - "label": "Claude", - "color": "#52aeea" - }, - { - "label": "Newbing", - "color": "#52aeea" + "label": "多平台用户数据互通", + "color": "#ffff77" } ], "is_official": false, - "type": null, - "supported_adapters": null + "type": "application", + "supported_adapters": [ + "nonebot.adapters.kaiheila", + "nonebot.adapters.telegram", + "nonebot.adapters.onebot.v11" + ] }, { "module_name": "nonebot_plugin_logpile",