-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit from GitHub Actions (Marketplace Actions)
- Loading branch information
1 parent
32240db
commit 461868c
Showing
1 changed file
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |