Commit 6c64578e authored by prurite's avatar prurite
Browse files

Change BusTimerV2 to default

parent 30ed41c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
        <h1 v-else>{{ label('route') }}</h1>
      </div>
      <div class="head-actions">
        <a class="plain-button" href="/transport/bustimer_v2.html" :aria-label="label('home')" :title="label('home')">🏠</a>
        <a class="plain-button" href="/transport/bustimer.html" :aria-label="label('home')" :title="label('home')">🏠</a>
        <button type="button" class="plain-button" :aria-label="busLanguage === 'zh' ? '立即刷新' : 'Refresh now'" @click="refresh">🔄{{ refreshRemaining }}s</button>
        <button type="button" class="plain-button" @click="setBusLanguage(busLanguage === 'zh' ? 'en' : 'zh')">{{ busText('language') }}</button>
        <button v-if="route" type="button" class="plain-button" :aria-pressed="favorite" @click="toggleFavorite('route', route.id)">
+2 −2
Original line number Diff line number Diff line
@@ -253,12 +253,12 @@ export default defineUserConfig({
                    // SidebarItem
                    {
                        text: '🚌新版巴士时刻表',
                        link: '/transport/bustimer_v2.md',
                        link: '/transport/bustimer.md',
                        children: [],
                    },
                    {
                        text: '旧版巴士页面',
                        link: '/transport/bustimer.md',
                        link: '/transport/bustimer_v1.md',
                        children: [],
                    },
                    {
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
## 🚌校园巴士

<div id="button-div">
<div class='bt-sub-new'><a href="./bustimer_v2.html">🚌新版实时到站与车辆位置🚌</a></div>
<div class='bt-sub-new'><a href="./bustimer.html">旧版巴士页面</a></div>
<div class='bt-sub-new'><a href="./bustimer.html">🚌新版实时到站与车辆位置🚌</a></div>
<div class='bt-sub-new'><a href="./bustimer_v1.html">旧版巴士页面</a></div>
</div>

---
+2 −19
Original line number Diff line number Diff line
@@ -2,26 +2,9 @@
sidebar: false
navbar: false
---
# 🚌校园巴士时刻表 SUSTech Campus Bus Info

## [**新版校巴页面测试中,点击前往**](./bustimer_v2.html)

<BusAnnouncement />
[旧版巴士页面](./bustimer_v1.html)

<ClientOnly>
  <TabView :isMapTabEnabled="true"></TabView>
  <BusHomeV2 />
</ClientOnly>


![](https://mirrors.sustech.edu.cn/site/sustech-online/img/campus-map/sustech_bus_map_2025.11.24.svg)

![](https://mirrors.sustech.edu.cn/site/sustech-online/img/campus-map/sustech_bus_schedule_2025.11.24.svg)

<hr>

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

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

*Pls REFRESH after toggle dark mode.*
 No newline at end of file
+5 −31
Original line number Diff line number Diff line
# 🚌校园巴士时刻表 SUSTech Campus Bus Info
---
title: 新版校园巴士
---

## [**新版校巴页面测试中,点击前往**](./bustimer_v2.html)

<BusAnnouncement />
[旧版巴士页面](./bustimer_v1.html)

<ClientOnly>
  <TabView :isMapTabEnabled="true"></TabView>
  <BusHomeV2 />
</ClientOnly>

![](https://mirrors.sustech.edu.cn/site/sustech-online/img/campus-map/sustech_bus_map_2025.11.24.svg)

![](https://mirrors.sustech.edu.cn/site/sustech-online/img/campus-map/sustech_bus_schedule_2025.11.24.svg)
<hr>


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



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

*Pls REFRESH after toggle dark mode.*

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

<AdSenseDisplayAD/>
Loading