chore: import deployable mai-bot source tree
This commit is contained in:
35
plugin-templates/MaiBot-Napcat-Adapter/_manifest.json
Normal file
35
plugin-templates/MaiBot-Napcat-Adapter/_manifest.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"version": "1.0.1",
|
||||
"name": "Napcat_Adapter",
|
||||
"description": "Built-in NapCat adapter plugin for QQ / NapCat message gateway and platform actions.",
|
||||
"author": {
|
||||
"name": "MaiBot Team",
|
||||
"url": "https://github.com/Mai-with-u"
|
||||
},
|
||||
"license": "GPL-v3.0-or-later",
|
||||
"urls": {
|
||||
"repository": "https://github.com/Mai-with-u/MaiBot-Napcat-Adapter",
|
||||
"homepage": "https://github.com/Mai-with-u/MaiBot-Napcat-Adapter",
|
||||
"documentation": "https://github.com/Mai-with-u/MaiBot-Napcat-Adapter",
|
||||
"issues": "https://github.com/Mai-with-u/MaiBot-Napcat-Adapter/issues"
|
||||
},
|
||||
"host_application": {
|
||||
"min_version": "1.0.0",
|
||||
"max_version": "1.0.0"
|
||||
},
|
||||
"sdk": {
|
||||
"min_version": "2.0.0",
|
||||
"max_version": "2.99.99"
|
||||
},
|
||||
"dependencies": [],
|
||||
"capabilities": [],
|
||||
"i18n": {
|
||||
"default_locale": "zh-CN",
|
||||
"supported_locales": [
|
||||
"zh-CN",
|
||||
"en-US"
|
||||
]
|
||||
},
|
||||
"id": "maibot-team.napcat-adapter"
|
||||
}
|
||||
Reference in New Issue
Block a user