From ad8fe9fe504e71f17f54866127533e6758938d9a Mon Sep 17 00:00:00 2001
From: qq_41295110 <qq_41295110@noreply.gitcode.com>
Date: 星期四, 26 二月 2026 13:08:42 +0800
Subject: [PATCH] 1

---
 static/ios_logo.png |    0 
 manifest.json       |   68 ++++++++++++++++++---------------
 2 files changed, 37 insertions(+), 31 deletions(-)

diff --git a/manifest.json b/manifest.json
index 2a2de20..0fa3457 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
     "name" : "鏅轰簯LMES",
     "appid" : "__UNI__B002F49",
     "description" : "",
-    "versionName" : "2.0.58",
-    "versionCode" : 258,
+    "versionName" : "2.0.3",
+    "versionCode" : 203,
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
@@ -16,11 +16,6 @@
             "autoclose" : true,
             "delay" : 0
         },
-        "screenOrientation" : [
-            //鍙�夛紝瀛楃涓叉暟缁勭被鍨嬶紝搴旂敤鏀寔鐨勬í绔栧睆
-            "portrait-primary", //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔绔栧睆
-            "portrait-secondary" //鍙�夛紝瀛楃涓茬被鍨嬶紝鏀寔鍙嶅悜绔栧睆
-        ],
         /* 妯″潡閰嶇疆 */
         "modules" : {
             "Camera" : {},
@@ -50,9 +45,7 @@
                     "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
                     "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
-                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
-                    "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>",
-                    "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>"
+                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                 ],
                 "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
                 "minSdkVersion" : 23
@@ -63,37 +56,40 @@
             },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {
-                "ad" : {}
+                "ad" : {},
+                "push" : {
+                    "unipush" : {}
+                }
             },
             "icons" : {
                 "android" : {
-                    "hdpi" : "unpackage/res/icons/72x72.png",
-                    "xhdpi" : "unpackage/res/icons/96x96.png",
-                    "xxhdpi" : "unpackage/res/icons/144x144.png",
-                    "xxxhdpi" : "unpackage/res/icons/192x192.png"
+                    "hdpi" : "",
+                    "xhdpi" : "",
+                    "xxhdpi" : "",
+                    "xxxhdpi" : ""
                 },
                 "ios" : {
-                    "appstore" : "unpackage/res/icons/1024x1024.png",
+                    "appstore" : "",
                     "ipad" : {
-                        "app" : "unpackage/res/icons/76x76.png",
-                        "app@2x" : "unpackage/res/icons/152x152.png",
+                        "app" : "",
+                        "app@2x" : "",
                         "notification" : "unpackage/res/icons/20x20.png",
                         "notification@2x" : "unpackage/res/icons/40x40.png",
-                        "proapp@2x" : "unpackage/res/icons/167x167.png",
+                        "proapp@2x" : "",
                         "settings" : "unpackage/res/icons/29x29.png",
                         "settings@2x" : "unpackage/res/icons/58x58.png",
-                        "spotlight" : "unpackage/res/icons/40x40.png",
+                        "spotlight" : "",
                         "spotlight@2x" : "unpackage/res/icons/80x80.png"
                     },
                     "iphone" : {
-                        "app@2x" : "unpackage/res/icons/120x120.png",
-                        "app@3x" : "unpackage/res/icons/180x180.png",
-                        "notification@2x" : "unpackage/res/icons/40x40.png",
-                        "notification@3x" : "unpackage/res/icons/60x60.png",
-                        "settings@2x" : "unpackage/res/icons/58x58.png",
-                        "settings@3x" : "unpackage/res/icons/87x87.png",
-                        "spotlight@2x" : "unpackage/res/icons/80x80.png",
-                        "spotlight@3x" : "unpackage/res/icons/120x120.png"
+                        "app@2x" : "",
+                        "app@3x" : "",
+                        "notification@2x" : "",
+                        "notification@3x" : "",
+                        "settings@2x" : "",
+                        "settings@3x" : "",
+                        "spotlight@2x" : "",
+                        "spotlight@3x" : ""
                     }
                 }
             }
@@ -132,7 +128,7 @@
                     }
                 }
             }
-            }
+        }
     },
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
     "quickapp" : {},
@@ -157,6 +153,16 @@
         "enable" : false
     },
     "vueVersion" : "2",
-    "locale" : "zh-Hans",
-    "fallbackLocale" : "zh-Hans"
+    "orientation" : [
+        //绔栧睆姝f柟鍚�
+        "portrait-primary",
+        //绔栧睆鍙嶆柟鍚�
+        "portrait-secondary",
+        //妯睆姝f柟鍚�
+        "landscape-primary",
+        //妯睆鍙嶆柟鍚�
+        "landscape-secondary",
+        //鑷劧鏂瑰悜
+        "default"
+    ]
 }
diff --git a/static/ios_logo.png b/static/ios_logo.png
new file mode 100644
index 0000000..fc1526e
--- /dev/null
+++ b/static/ios_logo.png
Binary files differ

--
Gitblit v1.9.1