From e270c6cb1de14ba73fd797757f938b40f9c8247e Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 9 Jan 2021 16:39:59 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20Project,=20Framework-OneBot=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20OneBot=20=E6=A1=86=E6=9E=B6=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Add] Project/pom.xml 添加子模块; [Add] Framework-OneBot/pom.xml 添加子模块; [Add] Framework-OneBot/Readme.md 添加模块说明; --- ContentGrabbingJi-framework-OneBot/Readme.md | 10 +++++ ContentGrabbingJi-framework-OneBot/pom.xml | 44 ++++++++++++++++++++ pom.xml | 1 + 3 files changed, 55 insertions(+) create mode 100644 ContentGrabbingJi-framework-OneBot/Readme.md create mode 100644 ContentGrabbingJi-framework-OneBot/pom.xml diff --git a/ContentGrabbingJi-framework-OneBot/Readme.md b/ContentGrabbingJi-framework-OneBot/Readme.md new file mode 100644 index 0000000..30c5f94 --- /dev/null +++ b/ContentGrabbingJi-framework-OneBot/Readme.md @@ -0,0 +1,10 @@ +# ContentGrabbingJi-framework-OneBot # + +支持 OneBot 机器人通讯协议的框架组件,如需将 ContentGrabbingJi 作为插件加入机器人,可使用本框架组件。 +OneBot: [Github@howmanybots/onebot](https://github.com/howmanybots/onebot) + +[![OneBot-v11-icon](https://img.shields.io/badge/OneBot-v11-black)](https://github.com/howmanybots/onebot/blob/master/v11/specs/README.md) + +## 开发计划 ## +OneBot 框架组件目前并不是开发阶段的重点模块,预计将在 ContentGrabbingJi 正式版发布后开始开发。 + diff --git a/ContentGrabbingJi-framework-OneBot/pom.xml b/ContentGrabbingJi-framework-OneBot/pom.xml new file mode 100644 index 0000000..d8b0b36 --- /dev/null +++ b/ContentGrabbingJi-framework-OneBot/pom.xml @@ -0,0 +1,44 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-framework-OneBot + + + 8 + 8 + + + + + net.lamgc + ContentGrabbingJi-framework-api + 3.0.0-alpha-SNAPSHOT + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index df35cd0..d919cbf 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,7 @@ ContentGrabbingJi-Command-pixiv ContentGrabbingJi-framework-telegrambots ContentGrabbingJi-Template + ContentGrabbingJi-framework-OneBot