From e3f8fe8fe93cf32e4b6a700f2bb3904f8386e5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 28 Jul 2024 16:46:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83v2.2.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/panel.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/panel.go b/config/panel.go index 1dba2518..c9dc0a47 100644 --- a/config/panel.go +++ b/config/panel.go @@ -7,10 +7,9 @@ import ( func init() { config := facades.Config() config.Add("panel", map[string]any{ - "name": "耗子面板", - "version": "v2.2.26", - "ssl": config.Env("APP_SSL", false), - // 安全入口 + "name": "耗子面板", + "version": "v2.2.27", + "ssl": config.Env("APP_SSL", false), "entrance": config.Env("APP_ENTRANCE", "/"), }) }