From c53aab006b9db28e62381dba4fca4d77ec3566b0 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 17 Jan 2026 15:36:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/mobile-web-view/src/hooks/useAreaBoundary.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/mobile-web-view/src/hooks/useAreaBoundary.js b/applications/mobile-web-view/src/hooks/useAreaBoundary.js
index c62c508..d824c29 100644
--- a/applications/mobile-web-view/src/hooks/useAreaBoundary.js
+++ b/applications/mobile-web-view/src/hooks/useAreaBoundary.js
@@ -71,7 +71,7 @@
 		geoJsonLayer && map.removeLayer(geoJsonLayer)
 		geoJsonLayer = L.geoJSON(row.gJson, {
 			style: feature => ({
-				color: '#37D2D5', // 边界线颜色
+				color: '#00F9EC', // 边界线颜色
 				weight: 2, // 边界线宽度
 				fillOpacity: 0, // 填充透明度
 			}),

--
Gitblit v1.9.3