mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-07-02 05:17:26 +00:00
[Change] Framework-API, Core 将 PluginManager 相关迁移至 Core 模块;
[Change] * 从 Framework-API 迁移至 Core 模块;
This commit is contained in:
@ -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:([^\\]]*)?(:(.*?))*?\\])"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user