From caac9899a5765d3d3889e4bcc16ab7e34d5bb127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B1=95=E9=B9=8F?= Date: Fri, 5 Dec 2025 18:14:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=B4=BB=E5=8A=A8=E9=93=BE=E6=8E=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复导航栏中“预约洗车”和“预约管理”链接的活动状态错误,确保当前页面链接显示为激活状态 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a629927..85e7a4a 100644 --- a/index.php +++ b/index.php @@ -312,8 +312,8 @@ $packages_json = json_encode(array_map(function($package) {

🚗 洗车预约系统