mirai-console-jcf-plugin/README.md
2021-10-18 20:11:58 +08:00

30 lines
833 B
Markdown

# mirai-console-jcf-plugin
基于Mirai Console的Curseforge插件
**正在开发中...**
## TODO List
- [ ] **搜索资源**
- [ ] 搜索模组
- [ ] 搜索整合包
- [ ] 搜索资源包
- [ ] 搜索存档
---
- [ ] 分页选择
- [ ] 获取介绍
- [ ] 获取文件列表
- [ ] 获取最新文件
- [ ] 获取文件的修改记录
- [ ] 获取文件下载地址
- [ ] 获取依赖的项目
---
- [ ] 模组更新订阅,更新时通知订阅者
- [ ] 设置代理
## 鸣谢
- [Mirai](https://github.com/mamoe/mirai) 提供机器人平台
- [Mirai Console](https://github.com/mamoe/mirai-console) 开放插件接入
- [Curseforge API](https://github.com/Gaz492/CurseforgeAPI) 提供`Curseforge API`
- [Curseforge API Kotlin library](https://github.com/pearxteam/cursekt) 提供`Curseforge API`的`kotlin`封装