From 1d58061894a18395430c373a6d3f34c1e6b6e225 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Wed, 30 Jul 2025 14:05:56 +0800 Subject: [PATCH] 1 --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 7194ea0..841ce0a 100644 --- a/manifest.json +++ b/manifest.json @@ -59,6 +59,12 @@ }, "usingComponents" : true, "requiredPrivateInfos": ["getLocation"], + "optimization" : { + "minify": { + "js": true, + "css": true + } + }, "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于获取周边服务"