From d07500fef337fc0366d5c51723ddb3ba2071f33d Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 01 八月 2025 10:33:37 +0800
Subject: [PATCH] 1.计时工资功能开发

---
 manifest.json |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 958a4d8..906c595 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "JLApp",
+    "name" : "鏂板嚡杩�",
     "appid" : "__UNI__4B963DF",
     "description" : "",
     "versionName" : "1.0.0",
@@ -7,6 +7,9 @@
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
+        },
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -48,7 +51,10 @@
             },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
-                "ad" : {}
+                "ad" : {},
+                "maps" : {},
+                "share" : {},
+                "push" : {}
             },
             "icons" : {
                 "android" : {

--
Gitblit v1.9.3