Skip to content

Commit e3f8fe8

Browse files
committed
feat: 发布v2.2.27
1 parent b9996ba commit e3f8fe8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/panel.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ import (
77
func init() {
88
config := facades.Config()
99
config.Add("panel", map[string]any{
10-
"name": "耗子面板",
11-
"version": "v2.2.26",
12-
"ssl": config.Env("APP_SSL", false),
13-
// 安全入口
10+
"name": "耗子面板",
11+
"version": "v2.2.27",
12+
"ssl": config.Env("APP_SSL", false),
1413
"entrance": config.Env("APP_ENTRANCE", "/"),
1514
})
1615
}

0 commit comments

Comments
 (0)