From 117da08d652db513d8889924ea12b13aed68fba2 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 16 七月 2024 14:59:09 +0800
Subject: [PATCH] 提交

---
 manifest.json |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/manifest.json b/manifest.json
index b95ba81..e26a508 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,10 +1,13 @@
 {
-    "name" : "应急响应",
-    "appid" : "__UNI__843A1A3",
+    "name" : "在线考试教育APP",
+    "appid" : "__UNI__9D7DB5D",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : 1,
     "transformPx" : false,
+    "networkTimeout" : {
+        "request" : 5000
+    },
     "app-plus" : {
         /* 5+App特有相关 */
         "usingComponents" : true,
@@ -16,7 +19,10 @@
             "autoclose" : true,
             "delay" : 0
         },
-        "modules" : {},
+        "modules" : {
+            "Push" : {},
+            "VideoPlayer" : {}
+        },
         /* 模块配置 */
         "distribute" : {
             /* 应用发布信息 */
@@ -38,14 +44,16 @@
                     "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
-                ]
+                ],
+                "abiFilters" : [ "armeabi-v7a" ]
             },
             "ios" : {
                 "dSYMs" : false
             },
             /* ios打包配置 */
             "sdkConfigs" : {
-                "ad" : {}
+                "ad" : {},
+                "push" : {}
             },
             "icons" : {
                 "android" : {
@@ -79,7 +87,8 @@
                     }
                 }
             }
-        }
+        },
+        "nativePlugins" : {}
     },
     /* SDK配置 */
     "quickapp" : {},

--
Gitblit v1.9.2