(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
LamGC 7fcef96b0a
[Add][Change] Core 增加 Converter 并增加对 FactoryName 不允许重复的限制;
[Add] GsonJsonObjectConverter, GsonJsonArrayConverter 增加对 Gson 中 JsonArray, JsonObject 的转换;
[Change] CacheStoreBuilder, FactoryInfo 增加对 FactoryName 的不重复限制, 增加对 FactoryInfo 的 hashCode, equals 方法实现(以 FactoryName 字段为主);
[Add] com.google.code.gson:gson:2.8.5 增加对 Gson 的依赖(解析数据, 后续可能会转移);
2020-09-28 23:02:50 +08:00
.github/workflows [Add] Project 添加 Github Action 以确定提交单元测试状况; 2020-09-12 23:50:20 +08:00
ContentGrabbingJi-CacheStore-api [Add][Change] CacheStore-api 调整 CacheStoreFactory 的方法信息; 2020-09-12 02:58:59 +08:00
ContentGrabbingJi-CacheStore-local [Add] CacheStore-local 适配 SPI 机制; 2020-09-12 03:11:59 +08:00
ContentGrabbingJi-CacheStore-redis [Change] CacheStore-redis 调整 Factory 对获取尚未完成组件的反馈方式; 2020-09-23 13:53:41 +08:00
ContentGrabbingJi-core [Add][Change] Core 增加 Converter 并增加对 FactoryName 不允许重复的限制; 2020-09-28 23:02:50 +08:00
ContentGrabbingJi-exec [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-api [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-framework-mirai [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
ContentGrabbingJi-pixiv [Add] 初始化组成模块; 2020-09-03 13:46:16 +08:00
.gitignore [Add] Project 添加排除 logs 文件夹; 2020-09-23 07:52:06 +08:00
CODE_OF_CONDUCT.md [Add] Project 添加贡献者公约; 2020-09-23 12:14:39 +08:00
LICENSE [Initial] Initial Commit; 2020-09-03 13:24:18 +08:00
pom.xml [Add] Project 将 log4j2 作为项目测试时的 Logger 实现; 2020-09-23 13:55:45 +08:00