This commit is contained in:
yangzhq68909 2025-05-29 10:11:21 +08:00
parent 4cfa4e2af1
commit 23ff8c1d65
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ export default defineManifestConfig({
name: VITE_APP_TITLE, name: VITE_APP_TITLE,
appid: VITE_UNI_APPID, appid: VITE_UNI_APPID,
description: '', description: '',
versionName: '1.0.0', versionName: '2.0.0',
versionCode: '100', versionCode: '20250529',
transformPx: false, transformPx: false,
locale: VITE_FALLBACK_LOCALE, // 'zh-Hans' locale: VITE_FALLBACK_LOCALE, // 'zh-Hans'
/* 5+App特有相关 */ /* 5+App特有相关 */

View File

@ -2,8 +2,8 @@
"name": "数智产销", "name": "数智产销",
"appid": "__UNI__9F097F0", "appid": "__UNI__9F097F0",
"description": "", "description": "",
"versionName": "1.0.0", "versionName": "2.0.0",
"versionCode": "100", "versionCode": "20250529",
"transformPx": false, "transformPx": false,
"app-plus": { "app-plus": {
"usingComponents": true, "usingComponents": true,