From fc3b6aa4ccbf3d64225982cc105f09e877d7eebb 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:10:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=AF=BC=E8=88=AA):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BE=85=E9=A2=84=E7=BA=A6=E5=A4=84=E7=90=86=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=B4=BB=E5=8A=A8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在导航栏中添加"待预约处理"链接,并将"预约管理"设为当前活动状态 --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e3516bd..a629927 100644 --- a/index.php +++ b/index.php @@ -312,8 +312,9 @@ $packages_json = json_encode(array_map(function($package) {

🚗 洗车预约系统