From a1aca8be99e62ea683fd8d7db82d7a480f5d0305 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 08 七月 2025 09:58:05 +0800 Subject: [PATCH] feat:增加取水能力 --- manifest.json | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index db6f0b4..ea91e37 100644 --- a/manifest.json +++ b/manifest.json @@ -59,11 +59,11 @@ "enable" : false }, "lazyCodeLoading" : "requiredComponents", - "permission" : { - "scope.userLocation" : { - "desc" : "你的位置信息将用于计算设备与您的距离" - } - } + "permission" : { + "scope.userLocation" : { + "desc" : "你的位置信息将用于计算设备与您的距离" + } + } }, "vueVersion" : "3" } -- Gitblit v1.9.3