Skip to content

Commit

Permalink
Commit from GitHub Actions (Marketplace Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Aug 27, 2023
1 parent 32240db commit 461868c
Showing 1 changed file with 36 additions and 15 deletions.
51 changes: 36 additions & 15 deletions adapters.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 461868c

Please sign in to comment.