From 5a5eb7e4969b16392d3e9cf3555931430df9d1c3 Mon Sep 17 00:00:00 2001 From: Yuzuki616 Date: Wed, 7 May 2025 18:11:40 +0900 Subject: [PATCH] docs: update todo --- README.md | 4 ++++ handler/handler.go | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddf51b2..81c5c0f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ ## TODO - [ ] Core 插件的实现 + - [x] Ratte-Core-Xray + - [ ] Ratte-Core-SB - [ ] Panel 插件的实现 + - [x] Ratte-Panel-V2b + - [ ] Ratte-Panel-PP - [ ] 对 ACME 进行插件化重构 - [ ] 插件管理器的实现 - [ ] Cli UI 的实现 diff --git a/handler/handler.go b/handler/handler.go index a73c26a..9b4fd20 100644 --- a/handler/handler.go +++ b/handler/handler.go @@ -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