Browse Source

打包配置

tanxue 6 months ago
parent
commit
d4d96b8799
2 changed files with 7 additions and 3 deletions
  1. 6 2
      manifest.json
  2. 1 1
      pages.json

+ 6 - 2
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "鹅状元",
-    "appid" : "__UNI__045A418",
+    "appid" : "__UNI__CB9D85D",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : 1,
@@ -39,10 +39,14 @@
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                 ],
+                "fullScreen" : true, // 启用全屏模式
                 "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
             },
             /* ios打包配置 */
-            "ios" : {},
+            "ios" : {
+				"fullScreen" : true, // 启用全屏模式
+                "dSYMs" : false
+            },
             /* SDK配置 */
             "sdkConfigs" : {}
         }

+ 1 - 1
pages.json

@@ -87,7 +87,7 @@
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "麦塔软件",
 		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F8F8F8",
+		"backgroundColor": "#F8F8F8"
 		/* "app-plus": {
 			"background": "#efeff4"
 		} */