From 461868c2c080dd6d501429c4f8284ad478a209ca Mon Sep 17 00:00:00 2001 From: MarleneJiang Date: Sun, 27 Aug 2023 18:38:19 +0000 Subject: [PATCH] Commit from GitHub Actions (Marketplace Actions) --- adapters.json | 51 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/adapters.json b/adapters.json index 2d38dd7..4c5f63d 100644 --- a/adapters.json +++ b/adapters.json @@ -1,15 +1,36 @@ -{ - "adapters": [ - { - "module_name": "adapter_module", - "pypi_name": "adapter_pypi", - "name": "适配器插件", - "description": "这是一个适配器插件。", - "author": "作者名", - "license": "Apache", - "homepage": "http://github.com/adapter", - "tags": ["adapter"], - "is_official": true - } - ] -} +{ + "adapters": [ + { + "module_name": "adapter_module", + "pypi_name": "adapter_pypi", + "name": "适配器插件", + "description": "这是一个适配器插件。", + "author": "作者名", + "license": "Apache", + "homepage": "http://github.com/adapter", + "tags": [ + "adapter" + ], + "is_official": true + }, + { + "module_name": "alicebot.adapter.cqhttp", + "pypi_name": "alicebot-adapter-cqhttp", + "name": "alicebot-adapter-cqhttp", + "description": "OneBot(CQHTTP) adapter for AliceBot.", + "author": "st1020", + "license": "MIT", + "homepage": "", + "tags": [ + "bot", + "chatbot", + "coolq", + "cqhttp", + "qq", + "qqbot" + ], + "is_official": false, + "time": "2023-08-28 02:38:18" + } + ] +} \ No newline at end of file