feat: add support for alpha updates and enhance updater functionality

feat: improve release handling by adding creation logic for non-existent releases
This commit is contained in:
Tunglies
2025-03-11 00:24:31 +08:00
parent 8e294916c4
commit 58fa67100f
3 changed files with 153 additions and 44 deletions

View File

@@ -503,5 +503,7 @@
"Fallback IP CIDR": "回退 IP CIDR",
"IP CIDRs not using fallback servers": "不使用回退服务器的 IP CIDR用逗号分隔",
"Fallback Domain": "回退域名",
"Domains using fallback servers": "使用回退服务器的域名,用逗号分隔"
"Domains using fallback servers": "使用回退服务器的域名,用逗号分隔",
"Enable Alpha Channel": "启用 Alpha 通道",
"Alpha versions may contain experimental features and bugs": "Alpha 版本可能包含实验性功能和已知问题"
}