From 81619618ef8e82a15a4d9d48ef21ab897842d506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=98=8C?= <392871505@qq.com> Date: Sun, 24 May 2026 08:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=84=91=E7=AB=AF=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=A0=87=E6=B3=A8=E7=AE=A1=E7=90=86=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/src/软件电脑端/css/style.css | 4 + software/src/软件电脑端/index.html | 57 ++++++++++ software/src/软件电脑端/js/map.js | 44 ++++++++ software/src/软件电脑端/js/ui.js | 123 +++++++++++++++++++-- software/src/软件电脑端/server/app.py | 12 +- 5 files changed, 229 insertions(+), 11 deletions(-) diff --git a/software/src/软件电脑端/css/style.css b/software/src/软件电脑端/css/style.css index f8d54680..bbfcfc0f 100644 --- a/software/src/软件电脑端/css/style.css +++ b/software/src/软件电脑端/css/style.css @@ -249,6 +249,10 @@ body { .soldier-name { font-size: 13px; font-weight: 600; color: #333; } .soldier-coord { font-size: 11px; color: #999; } +/* ===== 区域标注管理 ===== */ +.zone-actions-card { flex-shrink: 0; margin-bottom: 2px; } +.zone-actions-card .card-header { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; } + /* ===== 危险区域列表 ===== */ .danger-card { flex-shrink: 0; } .card-badge.danger { background: rgba(255, 77, 79, 0.15); color: #ff4d4f; } diff --git a/software/src/软件电脑端/index.html b/software/src/软件电脑端/index.html index 8949a7f3..88a2855d 100644 --- a/software/src/软件电脑端/index.html +++ b/software/src/软件电脑端/index.html @@ -162,6 +162,12 @@
+
+
+ 区域标注管理 + +
+
危险区域 @@ -188,6 +194,57 @@
+ + +