Browse Source

fix: 修改启动图及版本号

liangan 2 tuần trước cách đây
mục cha
commit
986ff5f685
4 tập tin đã thay đổi với 9 bổ sung11 xóa
  1. 4 4
      manifest.config.ts
  2. 0 1
      pages.config.ts
  3. 4 4
      src/manifest.json
  4. 1 2
      src/pages.json

+ 4 - 4
manifest.config.ts

@@ -24,8 +24,8 @@ export default defineManifestConfig({
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'description': '',
-  'versionName': '1.1.9',
-  'versionCode': '119',
+  'versionName': '1.2.0',
+  'versionCode': '120',
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
   'fallbackLocale': 'en',
@@ -47,7 +47,7 @@ export default defineManifestConfig({
     },
     splashscreen: {
       alwaysShowBeforeRender: true,
-      waiting: false,
+      waiting: true,
       autoclose: true,
       delay: 0,
     },
@@ -122,7 +122,7 @@ export default defineManifestConfig({
         },
       },
       splashscreen: {
-        androidStyle: 'default',
+        androidStyle: 'common',
         android: {
           hdpi: 'src/static/app/start/start-480.png',
           xhdpi: 'src/static/app/start/start-720.png',

+ 0 - 1
pages.config.ts

@@ -320,7 +320,6 @@ export default defineUniPages({
       path: 'pages/webLink/webLink',
       type: 'page',
       layout: 'default',
-      needLogin: true,
       style: {
         navigationBarTitleText: '',
         navigationBarBackgroundColor: '#fff',

+ 4 - 4
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.1.9",
-  "versionCode": "119",
+  "versionName": "1.2.0",
+  "versionCode": "120",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,
@@ -11,7 +11,7 @@
     "compilerVersion": 3,
     "splashscreen": {
       "alwaysShowBeforeRender": true,
-      "waiting": false,
+      "waiting": true,
       "autoclose": true,
       "delay": 0
     },
@@ -83,7 +83,7 @@
         }
       },
       "splashscreen": {
-        "androidStyle": "default",
+        "androidStyle": "common",
         "android": {
           "hdpi": "src/static/app/start/start-480.png",
           "xhdpi": "src/static/app/start/start-720.png",

+ 1 - 2
src/pages.json

@@ -312,8 +312,7 @@
       "style": {
         "navigationBarTitleText": "",
         "navigationBarBackgroundColor": "#fff"
-      },
-      "needLogin": true
+      }
     },
     {
       "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",