From ae5f1ea03be87c76e0eefd0a00c34dab4163ec56 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 九月 2025 15:01:05 +0800
Subject: [PATCH] 启动页样式修改

---
 src/manifest.json |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/manifest.json b/src/manifest.json
index b6206f2..979864b 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
 {
     "name" : "ruoyi-vue3",
-    "appid" : "__UNI__3DD118D",
+    "appid" : "__UNI__3B09341",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -41,7 +41,9 @@
                 ]
             },
             /* ios鎵撳寘閰嶇疆 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK閰嶇疆 */
             "sdkConfigs" : {}
         }

--
Gitblit v1.9.3