mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 04:30:09 +00:00
25 lines
625 B
Markdown
25 lines
625 B
Markdown
# Ratte
|
|
高度可自定义的插件化机场后端
|
|
|
|
## 进展
|
|
本项目仍在对核心功能进行构思及实现,暂时处于不可用状态。
|
|
|
|
## TODO
|
|
- [ ] Core 插件的实现
|
|
- [x] Ratte-Core-Xray
|
|
- [ ] Ratte-Core-SB
|
|
- [ ] Panel 插件的实现
|
|
- [x] Ratte-Panel-V2b
|
|
- [ ] Ratte-Panel-PP
|
|
- [ ] 对 ACME 进行插件化重构
|
|
- [ ] 插件管理器的实现
|
|
- [ ] Cli UI 的实现
|
|
- [ ] Log 的规范化
|
|
- [ ] 局部重载的实现
|
|
|
|
## 关联仓库
|
|
- 插件接口定义
|
|
- [Ratte-Interface](https://github.com/InazumaV/Ratte-Interface)
|
|
|
|
## Thanks
|
|
- [hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) |