diff --git a/config/panel.go b/config/panel.go index 227983dd..80999459 100644 --- a/config/panel.go +++ b/config/panel.go @@ -8,7 +8,7 @@ func init() { config := facades.Config() config.Add("panel", map[string]any{ "name": "耗子面板", - "version": "v2.2.9", + "version": "v2.2.10", "ssl": config.Env("APP_SSL", false), }) } diff --git a/renovate.json b/renovate.json index e38d73a1..926d5077 100644 --- a/renovate.json +++ b/renovate.json @@ -19,7 +19,6 @@ } ], "ignoreDeps": [ - "github.com/goravel/framework", - "github.com/goravel/gin" + "github.com/goravel/framework" ] } diff --git a/ui.png b/ui.png index a3c7f450..8bddf377 100644 Binary files a/ui.png and b/ui.png differ