From 0d0e67818a45161af14114211f43aafd232a6da2 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 27 一月 2026 10:52:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/web/manifest.json b/web/manifest.json
index 286e027..900bf10 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -1,6 +1,6 @@
 {
     "name" : "smallRoutine",
-    "appid" : "",
+    "appid" : "__UNI__7C0C90D",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -45,6 +45,7 @@
             "sdkConfigs" : {}
         }
     },
+	"sassImplementationName": "node-sass",
     /* SDK閰嶇疆 */
     "quickapp" : {},
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
@@ -62,7 +63,7 @@
                 "desc" : "鐢ㄤ簬鑾峰彇鍛ㄨ竟搴楅摵"
             }
         },
-				"requiredPrivateInfos": ["getLocation"]
+        "requiredPrivateInfos" : [ "getLocation" ]
     },
     "vueVersion" : "2"
 }

--
Gitblit v1.9.3