Skip to content

Commit

Permalink
feat: 发布v2.2.27
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jul 28, 2024
1 parent b9996ba commit e3f8fe8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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", "/"),
})
}

0 comments on commit e3f8fe8

Please sign in to comment.