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

feat: 一些细节优化

This commit is contained in:
耗子
2024-06-18 13:19:28 +08:00
parent e0f642cbff
commit 49b72aa656

View File

@@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子面板",
"version": "v2.2.8",
"version": "v2.2.9",
"ssl": config.Env("APP_SSL", false),
})
}