Commit 20106d33 authored by liziwl's avatar liziwl
Browse files

chore(docs): remove outdated transport files and add wx entry docs

Delete deprecated bus schedule PDFs, system maps, and old redirect
logic. Clean up unused CSS styles from transport README. Add
documentation explaining WeChat independent entry pages.
parent 05246c78
Loading
Loading
Loading
Loading
−207 KiB

File deleted.

−184 KiB

File deleted.

+0 −13
Original line number Diff line number Diff line
@@ -8,20 +8,7 @@

---

<!-- *旧版时间表:*
<div id="button-div">
<div class='bt-sub'><a href="./workday.html">💼 工作日</a></div>
<div class='bt-sub'><a href="./redirect.html">自动选择</a></div>
<div class='bt-sub'><a href="./holiday.html">💤 节假日</a></div>
</div> -->

<style>
.bt-sub {
    margin-top: 1%;
    display: inline-block;
    width: 32%;
    text-align: center;
}
.bt-sub-new {
    margin-top: 1%;
    display: inline-block;

docs/transport/busline2.png

deleted100644 → 0
−227 KiB
Loading image diff...

docs/transport/bustimer-old.md

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
# 🚌校园巴士时刻表 SUSTech Campus Bus Info

## 路线图 System Map

<a data-fancybox title="" href="https://mirrors.sustech.edu.cn/git/sustech-online/sustech-online-ng/-/raw/master/docs/transport/busline2.png">![](./busline2.png)</a>

## 车辆位置 Bus Realtime Loaction

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

<ClientOnly>
  <RealtimeMap/>
</ClientOnly>

<ClientOnly>
  <BusChartVue/>
</ClientOnly>

## 时间表 Timetable

<BusTable/>
Loading