https://github.com/xwdit/rainybot-docs
RainyBot机器人开发框架——文档与示例插件
https://github.com/xwdit/rainybot-docs
Last synced: about 1 year ago
JSON representation
RainyBot机器人开发框架——文档与示例插件
- Host: GitHub
- URL: https://github.com/xwdit/rainybot-docs
- Owner: Xwdit
- License: agpl-3.0
- Created: 2021-10-12T10:46:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T17:36:35.000Z (about 3 years ago)
- Last Synced: 2025-04-13T15:12:11.654Z (about 1 year ago)
- Language: Clojure
- Homepage: https://docs.rainybot.dev
- Size: 2.41 MB
- Stars: 27
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RainyBot-Docs
本储存库记录了RainyBot机器人框架的文档与示例插件相关内容,您可以通过下方链接来直接访问文档:
[(点此直达文档)](https://docs.rainybot.dev)
## 插件示例
本储存库中随附了一些插件示例,您可以在`examples`目录中找到它们
## 文档内容路线图
- [x] 完成API的分类与清理
- [x] 整理并将储存库开源
- [x] 完成每项API条目的相关文档
- [ ] 完成插件开发相关的基础教程
- [ ] 完成文档中的常见问题部分
- [ ] 添加更多示例插件
- [ ] 为不同API条目增加使用示例文档
对于更详细的计划,已知问题或功能建议,请访问储存库的 [Issues](https://github.com/Xwdit/RainyBot-Docs/issues) 页面
## 项目许可
项目基于AGPL-3.0许可进行开源,具体内容请参见LICENSE文件
## 联系信息
交流QQ群: 429787496
Xwdit - xwditfr@gmail.com
项目地址: [https://github.com/Xwdit/RainyBot-Core](https://github.com/Xwdit/RainyBot-Core)
## 更多信息
此处提供了一些可能与本项目有关,或对您有帮助的信息
* [Godot使用文档](https://docs.godotengine.org/en/latest/)
* [GDScript语言教程](https://docs.godotengine.org/en/latest/tutorials/scripting/gdscript/)
* [Godot类参考API](https://docs.godotengine.org/en/latest/classes/index.html)
* [Mirai-Api-Http文档](https://github.com/project-mirai/mirai-api-http/blob/master/docs/api/API.md)