2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 17:17:13 +08:00

feat: 发布v2.2.27

This commit is contained in:
耗子
2024-07-28 16:46:58 +08:00
parent b9996ba41e
commit e3f8fe8fe9

View File

@@ -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", "/"),
})
}