https://github.com/markmybytes/lost-in-mtr
港鐵列車車廂位置搜尋器
https://github.com/markmybytes/lost-in-mtr
Last synced: 2 months ago
JSON representation
港鐵列車車廂位置搜尋器
- Host: GitHub
- URL: https://github.com/markmybytes/lost-in-mtr
- Owner: markmybytes
- License: gpl-2.0
- Created: 2025-02-07T05:19:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-29T04:38:51.000Z (3 months ago)
- Last Synced: 2026-03-29T07:29:32.498Z (3 months ago)
- Language: Svelte
- Homepage: https://markmybytes.github.io/lost-in-mtr/
- Size: 1.39 MB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lost-in-mtr
[![Tag][tag-shield]][tag-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]
## 簡介
[迷失港鐵](https://markmybytes.github.io/lost-in-mtr/)是一個車廂位置搜尋工具,透過車廂編號及車門編號來尋找你所在的車卡。
迷失港鐵所利用到的列車編組資料並非來自港鐵官方,因此有可能會出錯或未能尋找新投入服務的列車資訊。
(回到最頂)
### 使用的第三方工具
[
](https://icons.getbootstrap.com/)
[
](https://svelte.dev/)
[
](https://tailwindcss.com/)
(回到最頂)
## 開發
### 所需軟件
- [Node.js 24](https://nodejs.org/en/download/package-manager)
### 安裝 Dependency
```sh
npm install
```
### 常用指令
- Debug run
```sh
npm run dev
```
- Build the site
```sh
npm run build
```
(回到最頂)
## 使用
### 搜尋
在主頁的搜尋器內,輸入目標的車廂編號。
因為同一個車廂編號可能會被分配至多個車卡,吻合的結果可能會多於一個。

### 搜尋結果
搜尋結果設有兩種顯示模式。
| 車廂佈局 | 幕門貼紙 |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
|
|
(回到最頂)
[tag-url]: https://github.com/markmybytes/lost-in-mtr/releases
[tag-shield]: https://img.shields.io/github/v/tag/markmybytes/lost-in-mtr?style=for-the-badge&label=LATEST&color=%23B1B1B1
[contributors-shield]: https://img.shields.io/github/contributors/markmybytes/lost-in-mtr.svg?style=for-the-badge
[contributors-url]: https://github.com/markmybytes/lost-in-mtr/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/markmybytes/lost-in-mtr.svg?style=for-the-badge
[forks-url]: https://github.com/markmybytes/lost-in-mtr/network/members
[stars-shield]: https://img.shields.io/github/stars/markmybytes/lost-in-mtr.svg?style=for-the-badge
[stars-url]: https://github.com/markmybytes/lost-in-mtr/stargazers
[issues-shield]: https://img.shields.io/github/issues/markmybytes/lost-in-mtr.svg?style=for-the-badge
[issues-url]: https://github.com/markmybytes/lost-in-mtr/issues
[license-shield]: https://img.shields.io/github/license/markmybytes/lost-in-mtr.svg?style=for-the-badge
[license-url]: https://github.com/markmybytes/lost-in-mtr/blob/master/LICENSE.txt