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:
@@ -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", "/"),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user