docs: update todo

This commit is contained in:
Yuzuki616
2025-05-07 18:11:40 +09:00
parent 9e18c06199
commit 5a5eb7e496
2 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,11 @@
## TODO
- [ ] Core 插件的实现
- [x] Ratte-Core-Xray
- [ ] Ratte-Core-SB
- [ ] Panel 插件的实现
- [x] Ratte-Panel-V2b
- [ ] Ratte-Panel-PP
- [ ] 对 ACME 进行插件化重构
- [ ] 插件管理器的实现
- [ ] Cli UI 的实现

View File

@@ -1,13 +1,13 @@
package handler
import (
"github.com/InazumaV/Ratte-Interface/core"
"github.com/InazumaV/Ratte-Interface/panel"
"github.com/InazumaV/Ratte/acme"
"github.com/InazumaV/Ratte/conf"
"github.com/sirupsen/logrus"
"sync/atomic"
)
import "github.com/InazumaV/Ratte-Interface/core"
import "github.com/InazumaV/Ratte-Interface/panel"
type Handler struct {
c core.Core