Commit aa100c27 authored by Sparkf's avatar Sparkf 🏙️
Browse files

Add English Translation

parent 533d38a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ export default {

    const timer = setInterval(() => {
      this.refresh();
    }, 8000);
    }, 5000);


  }
+17 −10
Original line number Diff line number Diff line
# 🚌新版巴士时刻表
# 🚌校园巴士时刻表 SUSTech Campus Bus Info

## 路线图 System Map

<a data-fancybox title="" href="https://cdn.jsdelivr.net/gh/sustc/sustech-online-ng@master/docs/transport/busline2.png">![](./busline2.png)</a>

## 车辆位置(每五秒自动刷新)
## 车辆位置 Bus Realtime Loaction

位置每5秒自动刷新。Location refreshes automatically every 5 seconds

<Realtimemap></Realtimemap>

## 时间表 Timetable


<object-selector :objs="{
    '工作日': true,
    '节假日': false
    '工作日 Workday': true,
    '节假日 Holiday': false
    }"
    v-slot="weekdayProps">
    <br/>
    <object-selector
      :objs="weekdayProps.selected ? { 
        '1 号线 │ 工学院方向': '/bus_times/one_down.json',
        '1 号线 │ 欣园方向': '/bus_times/one_up.json',
        '2 号线 │ 科研楼方向': '/bus_times/two_down.json',
        '2 号线 │ 欣园方向': '/bus_times/two_up.json',
        'Line 1 号线 │ 工学院方向 To COE': '/bus_times/one_down.json',
        'Line 1 号线 │ 欣园方向 To Joy Highland': '/bus_times/one_up.json',
        'Line 2 号线 │ 科研楼方向 To Research Building': '/bus_times/two_down.json',
        'Line 2 号线 │ 欣园方向 To Joy Highland': '/bus_times/two_up.json',
      } : {
        '1 号线 │ 工学院方向': '/bus_times/one_down_holiday.json',
        '1 号线 │ 欣园方向': '/bus_times/one_up_holiday.json'
        'Line 1 号线 │ 工学院方向  To COE': '/bus_times/one_down_holiday.json',
        'Line 1 号线 │ 欣园方向 To Joy Highland': '/bus_times/one_up_holiday.json'
      }"
      v-slot="routeProps"
    >