From 4eac422e52a4d28fb651b75d0f054697c7a2c0fa Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 09 二月 2026 15:14:13 +0800
Subject: [PATCH] 优化

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

diff --git a/web/manifest.json b/web/manifest.json
index 286e027..3dc263d 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -1,10 +1,11 @@
 {
     "name" : "smallRoutine",
-    "appid" : "",
+    "appid" : "__UNI__7C0C90D",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,
+    "sassImplementationName" : "node-sass",
     "app-plus" : {
         /* 5+App鐗规湁鐩稿叧 */
         "usingComponents" : true,
@@ -45,6 +46,7 @@
             "sdkConfigs" : {}
         }
     },
+	"sassImplementationName": "node-sass",
     /* SDK閰嶇疆 */
     "quickapp" : {},
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
@@ -62,7 +64,7 @@
                 "desc" : "鐢ㄤ簬鑾峰彇鍛ㄨ竟搴楅摵"
             }
         },
-				"requiredPrivateInfos": ["getLocation"]
+        "requiredPrivateInfos" : [ "getLocation" ]
     },
     "vueVersion" : "2"
 }

--
Gitblit v1.9.3