mirror of
https://github.com/LamGC/ContentGrabbingJi.git
synced 2025-04-29 22:27:33 +00:00
[Fix] framework.json 修复描述文件对必须版本要求(requiresVersion)的规范错误; [Add][Dependency] Framework-Mirai/pom.xml 添加 maven-assembly-plugin 插件以打包所需依赖项(模块是单独的, 并非与其他模块一起打包);
30 lines
697 B
JSON
30 lines
697 B
JSON
{
|
|
"id": "cgj-mirai",
|
|
"description": "ContentGrabbingJi官方实现的, 基于 Mirai 框架的QQ平台组件",
|
|
"version": "3.0.0-alpha",
|
|
"requiresVersion": "3.0.0",
|
|
"provider": "Github@LamGC, Github@mamoe",
|
|
"license": "AGPL-3.0",
|
|
"frameworkClass": "net.lamgc.cgj.bot.framework.mirai.MiraiMain",
|
|
"dependencies": [
|
|
],
|
|
|
|
"platform": {
|
|
"name": "Tencent QQ",
|
|
"identify": "qq"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "LamGC",
|
|
"url": "https://github.com/LamGC",
|
|
"email": "lam827@lamgc.net"
|
|
}
|
|
],
|
|
"botCode": {
|
|
"patterns": [
|
|
"(?:\\[mirai:([^:]+)\\])",
|
|
"(?:\\[mirai:([^\\]]*)?:(.*?)?\\])",
|
|
"(?:\\[mirai:([^\\]]*)?(:(.*?))*?\\])"
|
|
]
|
|
}
|
|
} |