Compare commits

...

2 Commits

Author SHA1 Message Date
耗子 96806d4e94 feat: bump v2.2.3 2024-05-24 00:05:18 +08:00
耗子 3de78c95bf ci: 优化upx压缩速度 2024-05-23 23:52:55 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ upx:
# Whether to try LZMA (slower).
lzma: true
# Whether to try all methods and filters (slow).
brute: true
brute: false
archives:
- id: panel-archive
+1 -1
View File
@@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子 Linux 面板",
"version": "v2.2.2",
"version": "v2.2.3",
"ssl": config.Env("APP_SSL", false),
})
}