2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 23:37:23 +08:00

feat: 测试插件

This commit is contained in:
耗子
2024-09-18 02:25:24 +08:00
parent 3193a15131
commit 615744e0cf
11 changed files with 646 additions and 272 deletions

View File

@@ -3,6 +3,7 @@ package plugin
import (
"github.com/go-chi/chi/v5"
_ "github.com/TheTNB/panel/internal/plugin/fail2ban"
_ "github.com/TheTNB/panel/internal/plugin/openresty"
"github.com/TheTNB/panel/pkg/pluginloader"
)