From 23ff8c1d653ccf55f4bc8183662c36a7381cf127 Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Thu, 29 May 2025 10:11:21 +0800 Subject: [PATCH] 2.0.0 --- manifest.config.ts | 4 ++-- src/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.config.ts b/manifest.config.ts index 9c026cc..1ade4c0 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -17,8 +17,8 @@ export default defineManifestConfig({ name: VITE_APP_TITLE, appid: VITE_UNI_APPID, description: '', - versionName: '1.0.0', - versionCode: '100', + versionName: '2.0.0', + versionCode: '20250529', transformPx: false, locale: VITE_FALLBACK_LOCALE, // 'zh-Hans' /* 5+App特有相关 */ diff --git a/src/manifest.json b/src/manifest.json index 4b02328..68ea237 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,8 +2,8 @@ "name": "数智产销", "appid": "__UNI__9F097F0", "description": "", - "versionName": "1.0.0", - "versionCode": "100", + "versionName": "2.0.0", + "versionCode": "20250529", "transformPx": false, "app-plus": { "usingComponents": true,