|
@@ -24,8 +24,8 @@ export default defineManifestConfig({
|
|
|
'name': VITE_APP_TITLE,
|
|
'name': VITE_APP_TITLE,
|
|
|
'appid': VITE_UNI_APPID,
|
|
'appid': VITE_UNI_APPID,
|
|
|
'description': '',
|
|
'description': '',
|
|
|
- 'versionName': '1.3.2',
|
|
|
|
|
- 'versionCode': '132',
|
|
|
|
|
|
|
+ 'versionName': '1.3.8',
|
|
|
|
|
+ 'versionCode': '138',
|
|
|
'transformPx': false,
|
|
'transformPx': false,
|
|
|
'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
|
|
'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
|
|
|
'fallbackLocale': 'en',
|
|
'fallbackLocale': 'en',
|
|
@@ -44,12 +44,7 @@ export default defineManifestConfig({
|
|
|
// offset: 'none',
|
|
// offset: 'none',
|
|
|
// },
|
|
// },
|
|
|
// },
|
|
// },
|
|
|
- screenOrientation: [
|
|
|
|
|
- 'portrait-primary',
|
|
|
|
|
- 'portrait-secondary',
|
|
|
|
|
- 'landscape-primary',
|
|
|
|
|
- 'landscape-secondary',
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+ screenOrientation: ['portrait-primary', 'portrait-secondary', 'landscape-primary', 'landscape-secondary'],
|
|
|
usingComponents: true,
|
|
usingComponents: true,
|
|
|
nvueStyleCompiler: 'uni-app',
|
|
nvueStyleCompiler: 'uni-app',
|
|
|
compilerVersion: 3,
|
|
compilerVersion: 3,
|