diff --git a/index.php b/index.php
index 2ebb45c..2ecf469 100644
--- a/index.php
+++ b/index.php
@@ -334,30 +334,177 @@ $packages_json = json_encode(array_map(function($package) {
📅 选择预约日期
-
- = 8; // 假设每天最多8个时段
-
- $status_class = $is_full ? 'full' : ($booking_count > 0 ? 'busy' : 'available');
- $status_text = $is_full ? '已满' : ($booking_count > 0 ? '繁忙' : '可预约');
- ?>
-
-
= $date_display ?>
-
周= $weekday ?>
-
= $status_text ?>
-
= $booking_count ?>个预约
-
-
+
+
+
+
+
+
+
+
+
+
+