(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
LamGC c8ef160f3a
[Add][Change] Framework-API 调整 BotCode 接口, 单独抽出转换相关方法到转换器接口中, 添加一个 BotCode 抽象类;
[Add] BotCodeConverter 添加 BotCode 转换类(后续可能就不需要分化 BotCode 实现了?);
[Change] BotCode 抽出 BotCode 转换相关代码到 BotCodeConverter;
[Add] AbstractBotCode 添加一个实现了相关细节的 BotCode 抽象类;
2020-10-16 09:54:23 +08:00
.github/workflows [Add] Project 添加 Github Action 以确定提交单元测试状况; 2020-09-12 23:50:20 +08:00
ContentGrabbingJi-CacheStore-api [Fix] CacheStore-API 修复 FactoryPriority 可以被实例化的问题; 2020-10-09 00:46:27 +08:00
ContentGrabbingJi-CacheStore-local [Update] CacheStore-local, CacheStore-redis 适配 CacheStore-api 的更改; 2020-10-01 01:02:02 +08:00
ContentGrabbingJi-CacheStore-redis [Fix][Update] CacheStore-redis, Core 修复缓存组件的逻辑问题, 调整 Core 中对于 CacheStoreBuilder 的测试用例; 2020-10-06 10:28:45 +08:00
ContentGrabbingJi-core [Change] Framework-API, Core 将 PluginManager 相关迁移至 Core 模块; 2020-10-07 16:48:13 +08:00
ContentGrabbingJi-exec [Add] Exec 添加一个预期(?)的启动模块; 2020-10-06 10:33:13 +08:00
ContentGrabbingJi-framework-api [Add][Change] Framework-API 调整 BotCode 接口, 单独抽出转换相关方法到转换器接口中, 添加一个 BotCode 抽象类; 2020-10-16 09:54:23 +08:00
ContentGrabbingJi-framework-mirai [Add][Document] Framework-Mirai 添加 Readme 文档; 2020-10-09 00:38:56 +08:00
ContentGrabbingJi-pixiv [Add] Pixiv 添加一组与 Pixiv 登录会话相关的类; 2020-10-07 14:14: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 [Fix] Project 升级 JUnit 4 版本号以修复潜在的漏洞; 2020-10-14 18:57:26 +08:00