Explorar o código

ci: 版本更新1.3.7

liangan hai 3 semanas
pai
achega
008d81f7da
Modificáronse 3 ficheiros con 6 adicións e 11 borrados
  1. 3 8
      manifest.config.ts
  2. 1 1
      package.json
  3. 2 2
      src/manifest.json

+ 3 - 8
manifest.config.ts

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

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "version": "3.2.0",
   "packageManager": "pnpm@10.10.0",
   "description": "BandhuBuy - APP",
-  "update-time": "2025-10-13",
+  "update-time": "2025-10-27",
   "author": {
     "name": "feige996",
     "zhName": "菲鸽",

+ 2 - 2
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.3.6",
-  "versionCode": "136",
+  "versionName": "1.3.7",
+  "versionCode": "137",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,