From 2c3b495c8b7c673b4918ab61d510830fba4a78e2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 21:16:13 +0800
Subject: [PATCH] 小程序改bug

---
 app/manifest.json |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/app/manifest.json b/app/manifest.json
index 99486a1..85811d4 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -8,6 +8,8 @@
     "sassImplementationName" : "node-sass",
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "version" : "1.0.0",
+        "versionCode" : "100",
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -20,7 +22,8 @@
         /* 妯″潡閰嶇疆 */
         "modules" : {
             "Geolocation" : {},
-            "Maps" : {}
+            "Maps" : {},
+            "Camera" : {}
         },
         /* 搴旂敤鍙戝竷淇℃伅 */
         "distribute" : {

--
Gitblit v1.9.3