mirror of
https://github.com/InazumaV/Ratte.git
synced 2026-02-04 04:30:09 +00:00
docs: update todo
This commit is contained in:
@@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- [ ] Core 插件的实现
|
- [ ] Core 插件的实现
|
||||||
|
- [x] Ratte-Core-Xray
|
||||||
|
- [ ] Ratte-Core-SB
|
||||||
- [ ] Panel 插件的实现
|
- [ ] Panel 插件的实现
|
||||||
|
- [x] Ratte-Panel-V2b
|
||||||
|
- [ ] Ratte-Panel-PP
|
||||||
- [ ] 对 ACME 进行插件化重构
|
- [ ] 对 ACME 进行插件化重构
|
||||||
- [ ] 插件管理器的实现
|
- [ ] 插件管理器的实现
|
||||||
- [ ] Cli UI 的实现
|
- [ ] Cli UI 的实现
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
package handler
|
package handler
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"github.com/InazumaV/Ratte-Interface/core"
|
||||||
|
"github.com/InazumaV/Ratte-Interface/panel"
|
||||||
"github.com/InazumaV/Ratte/acme"
|
"github.com/InazumaV/Ratte/acme"
|
||||||
"github.com/InazumaV/Ratte/conf"
|
"github.com/InazumaV/Ratte/conf"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
)
|
)
|
||||||
import "github.com/InazumaV/Ratte-Interface/core"
|
|
||||||
import "github.com/InazumaV/Ratte-Interface/panel"
|
|
||||||
|
|
||||||
type Handler struct {
|
type Handler struct {
|
||||||
c core.Core
|
c core.Core
|
||||||
|
|||||||
Reference in New Issue
Block a user