Files
mai-bot/plugins/hello_world_plugin/_manifest.json

19 lines
427 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "hello_world_plugin",
"version": "1.0.0",
"description": "我的第一个MaiCore插件包含问候功能",
"author": {
"name": "你的名字",
"url": ""
},
"license": "GPL-v3.0-or-later",
"host_application": {
"min_version": "0.8.0",
"max_version": "0.8.0"
},
"keywords": [],
"categories": [],
"default_locale": "zh-CN",
"locales_path": "_locales"
}