From 052d0e464a090dd7ad85894539433572cf32c472 Mon Sep 17 00:00:00 2001 From: MarleneJiang Date: Mon, 28 Aug 2023 10:57:36 +0000 Subject: [PATCH] Commit from GitHub Actions (Marketplace Actions) --- bots.json | 71 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 51 insertions(+), 20 deletions(-) diff --git a/bots.json b/bots.json index 49c2064..c1b9dd4 100644 --- a/bots.json +++ b/bots.json @@ -1,20 +1,51 @@ -{ - "bots": [ - { - "name": "机器人1", - "description": "这是一个机器人示例。", - "author": "作者名", - "license": "GPL", - "homepage": "http://github.com/bot1", - "tags": ["bot", "example"], - "is_official": true - }, - { - "name": "机器人2", - "description": "这是另一个机器人示例。", - "author": "作者名", - "tags": ["bot", "test"], - "is_official": false - } - ] -} +{ + "bots": [ + { + "name": "机器人1", + "description": "这是一个机器人示例。", + "author": "作者名", + "license": "GPL", + "homepage": "http://github.com/bot1", + "tags": [ + "bot", + "example" + ], + "is_official": true + }, + { + "name": "机器人2", + "description": "这是另一个机器人示例。", + "author": "作者名", + "tags": [ + "bot", + "test" + ], + "is_official": false + }, + { + "module_name": "iamai", + "pypi_name": "iamai", + "name": "iamai", + "description": "bot framework.", + "author": "简律纯", + "license": "MIT", + "homepage": "https://retrofor.space/", + "tags": [ + "bot", + "qq", + "qqbot", + "mirai", + "coolq", + "kook", + "go-cqhttp", + "dingtalk", + "console", + "apscheduler", + "bilibili", + "bilibili-live" + ], + "is_official": false, + "time": "2023-08-28 18:57:34" + } + ] +} \ No newline at end of file