fix(version): 修正内置兜底版本号漂移并补版本一致性校验

This commit is contained in:
xweiba
2026-09-11 14:20:50 +08:00
parent 46c623ad81
commit 393c7cc215
5 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ struct AppRemoteConfiguration: Decodable, Equatable {
let communityPromptClients: [String]
static let fallback = AppRemoteConfiguration(
latestVersion: "1.0.5",
latestVersion: "1.0.7",
minimumSupportedVersion: "1.0.0",
communityPromptClients: [
ThirdPartyProxyClient.surge.rawValue,