feat: 更新版本号至 0.0.3,修复了一些问题并优化了性能

This commit is contained in:
2026-01-15 06:02:35 +07:00
parent e950f49fee
commit f5c9ebf7d5
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "riwa-ionic", "name": "riwa-ionic",
"type": "module", "type": "module",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"description": "An Ionic project", "description": "An Ionic project",
"scripts": { "scripts": {