fix: 修复可选链问题,确保交易对符号的安全访问

feat: 更新版本配置,调整最低支持版本为0.0.1
This commit is contained in:
2026-01-14 15:19:20 +07:00
parent b513fff963
commit 5eb425adcd
5 changed files with 8 additions and 8 deletions

View File

@@ -28,21 +28,21 @@ const versionConfig: VersionConfig = {
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "https://apps.apple.com/app/id123456789",
minSupportVersion: "0.9.0",
minSupportVersion: "0.0.1",
},
android: {
version: "0.0.1",
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "https://play.google.com/store/apps/details?id=riwa.ionic.app",
minSupportVersion: "0.9.0",
minSupportVersion: "0.0.1",
},
browser: {
version: "0.0.1",
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "",
minSupportVersion: "0.9.0",
minSupportVersion: "0.0.1",
},
};