[Change] Framework-API, Core 将 PluginManager 相关迁移至 Core 模块;

[Change] * 从 Framework-API 迁移至 Core 模块;
This commit is contained in:
2020-10-07 16:48:13 +08:00
parent 2bea395cf7
commit 7744e0e82e
10 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"id": "cgj-mirai",
"description": "test",
"version": "3.0.0-alpha",
"requiresVersion": "=>3.0.0",
"provider": "Github@LamGC, Github@mamoe",
"license": "AGPL-3.0",
"frameworkClass": "com.example.FrameworkMain",
"dependencies": [
"xxx@1.0.0",
"xxx optional add->?@1.0.0"
],
"platform": {
"name": "Tencent QQ",
"identify": "qq"
},
"authors": [
{
"name": "LamGC",
"url": "https://github.com/LamGC",
"email": "lam827@lamgc.net"
}
],
"botCode": {
"patterns": [
"(?:\\[mirai:([^:]+)\\])",
"(?:\\[mirai:([^\\]]*)?:(.*?)?\\])",
"(?:\\[mirai:([^\\]]*)?(:(.*?))*?\\])"
]
}
}