Commit 879ee296 authored by prurite's avatar prurite
Browse files

Update with new bus map and schedule pdf

parent cb13ca85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
.DS_Store
docs/.vuepress/dist
node_modules/
.vscode

package-lock.json
yarn.lock
 No newline at end of file

.vscode/settings.json

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
{
    "markdown.extension.toc.updateOnSave": false,
    "search.exclude": {
        "**/docs/.vuepress/.temp/*": true,
        "**/docs/.vuepress/.cache/*":true
    }
}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@
      <div v-if="currentSelect === 'bus-location'">
        <div class="bus-location-hint" v-if="showMapChart">
          <b>位置每5秒自动刷新。</b>Location refreshes automatically every 5 seconds.<br>
          <b>(测试中)图上点击对应的站点,可查看实时到站时间预测。</b>Click on the station on the map to see the realtime ETA. (testing)
          <b>由于线路调整,实时到站时间功能暂时停用。请参考时刻表计划行程。</b>Arrival estimates are not available now due to route adjustments. Please refer to the timetable to plan your trip.<br>>
        </div>
        <RealtimeMapv2 v-if="showMapChart" />
        <BusETAdemo />
        <BusChartVue />
        <!-- <BusETAdemo /> -->
        <!-- <BusChartVue /> -->
      </div>

<!--       第二个 div 根据 value 控制显示与隐藏 -->
+10 −4
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
## 🚌校园巴士

<div id="button-div">
<div class='bt-sub-new'><a href="./bustimer.html">🚌时刻表与车辆位置查看🚌</a></div>
<div class='bt-sub-new'><a href="./bustimer.html">🚌车辆位置查看🚌</a></div>
</div>

---
@@ -31,11 +31,17 @@

</style>

### 校园巴士线路图
### 校园巴士线路图及时刻表

[点击这里](https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/SUSTech-Campus-Map-v5-0.pdf)下载地图矢量PDF版本,目前版本:**5.0**,2025年11月更新。

<iframe src="https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/SUSTech-Campus-Map-v5-0.pdf" width="100%" height="600"></iframe>

[点击这里](https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/sustech_bus_schedule_2025.11.24.pdf)下载时刻表矢量PDF版本,目前版本:2025.11.24

<iframe src="https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/sustech_bus_schedule_2025.11.24.pdf" width="100%" height="600"></iframe>

[点击这里](https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/%E5%8D%97%E6%96%B9%E7%A7%91%E6%8A%80%E5%A4%A7%E5%AD%A6%E6%A0%A1%E5%9B%AD%E5%9C%B0%E5%9B%BE-v4-1.pdf)下载矢量PDF版本,目前版本:**4.1**,2025年10月更新。

<iframe src="https://mirrors.sustech.edu.cn/site/sustech-online/pdfjs/web/viewer.html?file=https://mirrors.sustech.edu.cn/site/sustech-online/documents/campus-map/%E5%8D%97%E6%96%B9%E7%A7%91%E6%8A%80%E5%A4%A7%E5%AD%A6%E6%A0%A1%E5%9B%AD%E5%9C%B0%E5%9B%BE-v4-0.pdf" width="100%" height="600"></iframe>

## 来往南方科技大学的交通
注:目前因校园三期项目建设,三号门与四号门均不具备人行通过条件。
+1 −2
Original line number Diff line number Diff line
@@ -9,9 +9,8 @@ navbar: false
  <TabView :isMapTabEnabled="true"></TabView>
</ClientOnly>

![](https://mirrors.sustech.edu.cn/site/sustech-online/img/misc/sustown-ad-202409.png)
![](https://mirrors.sustech.edu.cn/site/sustech-online/img/misc/nces-ad.svg)
[**(点此访问NCES)**](https://ncesnext.com/)
[**(点此访问NCES)**](https://ncesnext.com/)

*如需切换暗色主题,请切换后刷新页面*

Loading