update Readme

This commit is contained in:
Yuzuki616
2024-11-23 02:54:12 +09:00
parent 1907ff021a
commit 6cce84b81c

View File

@@ -1,19 +1,19 @@
# Ratte # Ratte
高度可自定义的插件化机场后端 高度可自定义的插件化机场后端
# 进展 ## 进展
本项目仍在对核心功能进行构思及实现,暂时处于不可用状态。 本项目仍在对核心功能进行构思及实现,暂时处于不可用状态。
# TODO ## TODO
- [ ] Core插件的实现 - [ ] Core插件的实现
- [ ] Panel插件的实现 - [ ] Panel插件的实现
- [ ] 对ACME进行插件化重构 - [ ] 对ACME进行插件化重构
- [ ] 插件管理器的实现 - [ ] 插件管理器的实现
- [ ] Cli UI的实现 - [ ] Cli UI的实现
# 关联仓库 ## 关联仓库
- 插件接口定义 - 插件接口定义
- [Ratte-Interface](https://github.com/Yuzuki616/Ratte-Interface) - [Ratte-Interface](https://github.com/Yuzuki616/Ratte-Interface)
# Thanks ## Thanks
- [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) - [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin)