Unverified Commit af8ded12 authored by Sparkf's avatar Sparkf 🏙️
Browse files

update bus schedule for 2025-07-16

parent 63d2d68f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@
      </a-spin>
    </a-config-provider>
  </div>
  <div class="current-time">Timetable updated at {{ currentTime }}</div>
  <div class="current-time">Effective: 2025-07-16, refreshed at {{ currentTime }}.</div>
</template>

<script>
@@ -153,12 +153,12 @@ export default {
        shuttle: {
          directions: [
            {
              title: '欣园总站 → 一号门 / Joy Highland → Gate 1',
              title: '欣园总站 → 工学院 / Joy Highland → COE',
              workday: '/bus_times/shuttle_down.json',
              holiday: '/bus_times/shuttle_down_holiday.json'
            },
            {
              title: '一号门 → 欣园总站 / Gate 1 → Joy Highland',
              title: '工学院 → 欣园总站 / COE → Joy Highland',
              workday: '/bus_times/shuttle_up.json',
              holiday: '/bus_times/shuttle_up_holiday.json'
            }
+19 −18
Original line number Diff line number Diff line
{
    "times": [
        "07:30",
        "07:40",
        "08:00",
        "08:10",
        "08:20",
        "08:30",
        "08:40",
        "08:50",
        "09:00",
        "09:10",
        "09:20",
        "09:30",
        "09:40",
        "10:00",
        "10:20",
        "10:40",
        "11:00",
        "11:30",
        "13:30",
        "14:00",
        "14:30",
        "15:00",
        "15:30",
        "16:00",
        "16:30",
        "17:00",
        "11:40",
        "12:00",
        "12:20",
        "12:30",
        "12:40",
        "13:00",
        "17:30",
        "17:40",
        "17:50",
        "18:00",
        "18:10",
        "18:30",
        "18:50",
        "19:10",
        "19:30",
        "19:50",
        "20:10"
        "18:20",
        "18:40",
        "19:00",
        "19:15",
        "19:30"
    ],
    "stations": [
        [
+20 −19
Original line number Diff line number Diff line
{
    "times": [
        "07:50",
        "08:00",
        "08:20",
        "08:30",
        "08:40",
        "08:50",
        "09:00",
        "09:10",
        "09:20",
        "09:30",
        "09:40",
        "09:50",
        "10:00",
        "10:20",
        "10:40",
        "11:00",
        "11:30",
        "13:30",
        "14:00",
        "14:30",
        "15:00",
        "15:30",
        "16:00",
        "16:30",
        "17:00",
        "17:30",
        "11:50",
        "12:00",
        "12:20",
        "12:40",
        "12:50",
        "13:00",
        "13:20",
        "17:50",
        "18:00",
        "18:10",
        "18:20",
        "18:30",
        "18:50",
        "19:10",
        "19:30",
        "19:50",
        "20:10",
        "20:30"
        "18:40",
        "19:00",
        "19:20",
        "19:40",
        "19:50"
    ],
    "stations": [
        [
+29 −15
Original line number Diff line number Diff line
{
    "times": [
        "07:35",
        "08:20",
        "09:05",
        "10:00",
        "10:40",
        "10:15",
        "10:30",
        "10:45",
        "11:00",
        "12:00",
        "12:10",
        "12:40",
        "13:00",
        "13:45",
        "13:50",
        "15:55",
        "17:50",
        "18:10",
        "18:30",
        "19:20"
        "11:15",
        "13:15",
        "13:30",
        "13:35",
        "14:00",
        "14:15",
        "14:30",
        "14:45",
        "15:00",
        "15:15",
        "15:30",
        "15:45",
        "16:00",
        "16:15",
        "16:30",
        "16:45",
        "17:00",
        "17:15",
        "19:45",
        "20:00",
        "20:15",
        "20:30",
        "20:45",
        "21:00",
        "21:15",
        "21:30"
    ],
    "stations": [
        [
+29 −15
Original line number Diff line number Diff line
{
    "times": [
        "07:35",
        "08:20",
        "09:05",
        "10:00",
        "10:40",
        "10:15",
        "10:30",
        "10:45",
        "11:00",
        "12:00",
        "12:10",
        "12:40",
        "13:00",
        "13:45",
        "13:50",
        "15:55",
        "17:50",
        "18:10",
        "18:30",
        "19:20"
        "11:15",
        "13:15",
        "13:30",
        "13:35",
        "14:00",
        "14:15",
        "14:30",
        "14:45",
        "15:00",
        "15:15",
        "15:30",
        "15:45",
        "16:00",
        "16:15",
        "16:30",
        "16:45",
        "17:00",
        "17:15",
        "19:45",
        "20:00",
        "20:15",
        "20:30",
        "20:45",
        "21:00",
        "21:15",
        "21:30"
    ],
    "stations": [
        [
Loading