[Add] Project, Framework-OneBot 添加 OneBot 框架组件子模块;

[Add] Project/pom.xml 添加子模块;
[Add] Framework-OneBot/pom.xml 添加子模块;
[Add] Framework-OneBot/Readme.md 添加模块说明;
This commit is contained in:
LamGC 2021-01-09 16:39:59 +08:00
parent 6ad1d3a947
commit e270c6cb1d
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
3 changed files with 55 additions and 0 deletions

View File

@ -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 正式版发布后开始开发。

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2021 LamGC
~
~ ContentGrabbingJi is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as
~ published by the Free Software Foundation, either version 3 of the
~ License.
~
~ ContentGrabbingJi is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ContentGrabbingJi</artifactId>
<groupId>net.lamgc</groupId>
<version>3.0.0-alpha-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ContentGrabbingJi-framework-OneBot</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi-framework-api</artifactId>
<version>3.0.0-alpha-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

View File

@ -40,6 +40,7 @@
<module>ContentGrabbingJi-Command-pixiv</module> <module>ContentGrabbingJi-Command-pixiv</module>
<module>ContentGrabbingJi-framework-telegrambots</module> <module>ContentGrabbingJi-framework-telegrambots</module>
<module>ContentGrabbingJi-Template</module> <module>ContentGrabbingJi-Template</module>
<module>ContentGrabbingJi-framework-OneBot</module>
</modules> </modules>
<developers> <developers>