feat: 更新版本号至 0.0.4,替换应用图标为 riwsan.jpg,并优化相关文件

This commit is contained in:
2026-01-15 06:08:27 +07:00
parent f5c9ebf7d5
commit aac53793ba
7 changed files with 9 additions and 9 deletions

View File

@@ -24,21 +24,21 @@ interface VersionConfig {
// 版本配置 - 直接在这里管理版本信息
const versionConfig: VersionConfig = {
ios: {
version: "0.0.3",
version: "0.0.4",
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "https://apps.apple.com/app/id123456789",
minSupportVersion: "0.0.1",
},
android: {
version: "0.0.3",
version: "0.0.4",
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "https://play.google.com/store/apps/details?id=riwa.ionic.app",
minSupportVersion: "0.0.1",
},
browser: {
version: "0.0.3",
version: "0.0.4",
forceUpdate: false,
updateMessage: "修复了一些问题并优化了性能",
updateUrl: "",