Skip to content

Commit 14a1433

Browse files
committed
Squashed commit of the following:
commit 63f344f Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Mon Sep 22 20:26:48 2025 +0100 zh commit 0c23e31 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Sun Sep 14 11:53:45 2025 +0800 Update layout.tsx commit 28989b3 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 19:49:34 2025 +0800 remove duplicates commit 8e83e8c Merge: 61b8dc6 bf14fd1 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 19:26:28 2025 +0800 Merge branch 'all-tunnels' of https://github.com/JaylyDev/jaylydev.github.io into all-tunnels commit 61b8dc6 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 19:26:27 2025 +0800 Update page.tsx commit bf14fd1 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 18:00:52 2025 +0800 Update registry.json commit ed69388 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 17:48:29 2025 +0800 Update page.tsx commit 9e19a39 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 17:47:02 2025 +0800 Update registry.json commit c8c7abf Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Thu Sep 11 13:07:57 2025 +0800 Update page.tsx commit 0188689 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Wed Sep 10 22:13:15 2025 +0800 sssssssss commit baea2a2 Author: Jayly <65847850+JaylyDev@users.noreply.github.com> Date: Wed Sep 10 20:51:13 2025 +0800 Real time toll
1 parent 33e8e30 commit 14a1433

File tree

5 files changed

+316
-425
lines changed

5 files changed

+316
-425
lines changed

src/app/hk-tunnels-tolls/data/registry.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,33 @@
1616
"hasTimeVaryingToll": false,
1717
"description": null
1818
},
19+
"light_commercial": {
20+
"name": "輕型貨車",
21+
"hasTimeVaryingToll": false,
22+
"description": "貨車、小巴及巴士等"
23+
},
1924
"commercial": {
20-
"name": "其他車",
25+
"name": "中型 / 重型貨車",
2126
"hasTimeVaryingToll": false,
2227
"description": "貨車、小巴及巴士等"
2328
}
2429
},
2530
"tunnels": {
2631
"western": { "name": "西隧" },
2732
"cross_eastern": { "name": "紅隧 / 東隧" },
28-
"tai_lam": { "name": "大欖隧道" }
33+
"tai_lam": { "name": "大欖隧道" },
34+
"tates_cairn": { "name": "大老山隧道" },
35+
"aberdeen": { "name": "香港仔隧道" },
36+
"shing_mun": { "name": "城門隧道" },
37+
"lion_rock": { "name": "獅子山隧道" },
38+
"eagles_nest": { "name": "尖山隧道" }
2939
},
3040
"notes": [
31-
"這個程式提供三條過海隧道(西隧、紅隧、東隧)及大欖隧道的收費資訊。",
32-
"就私家車和電單車(包括機動三輪車)而言,不同時段之間設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。",
41+
"就私家車和電單車(包括機動三輪車)而言,不同時段之間過海隧道和大欖隧道設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。",
3342
"過海的士乘客如非在過海的士站上車,須支付去程(25元)及回程(25元)隧道費,即共50元。",
34-
"電單車在各時段的收費為私家車收費的40%。",
43+
"前往過海隧道和大欖隧道的電單車在各時段的收費為私家車收費的40%。",
3544
"前往大欖隧道的私家車及電單車實施分時段收費,的士收費為28元,商用車輛收費43元。",
36-
"「其他車」包括貨車、小巴及巴士等。"
45+
"「輕型貨車」包括不超逾5.5公噸的貨車和特別用途車輛。",
46+
"「中型 / 重型貨車」包括超逾5.5公噸的貨車和特別用途車輛 (掛接車輛除外 )。"
3747
]
3848
}

src/app/hk-tunnels-tolls/data/tolls.json

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,49 +113,49 @@
113113
{
114114
"type": "transition",
115115
"name": "過渡時段",
116-
"timeRange": "07:30 - 08:07",
116+
"timeRange": "07:30 - 07:47",
117117
"toll": { "range": [22, 38] }
118118
},
119119
{
120120
"type": "peak",
121121
"name": "繁忙時段",
122-
"timeRange": "08:08 - 10:14",
122+
"timeRange": "07:48 - 10:14",
123123
"toll": 40
124124
},
125125
{
126126
"type": "transition",
127127
"name": "過渡時段",
128-
"timeRange": "10:15 - 10:42",
128+
"timeRange": "10:15 - 10:22",
129129
"toll": { "range": [38, 32] }
130130
},
131131
{
132132
"type": "regular",
133133
"name": "一般時段",
134-
"timeRange": "10:43 - 16:29",
134+
"timeRange": "10:23 - 16:29",
135135
"toll": 30
136136
},
137137
{
138138
"type": "transition",
139139
"name": "過渡時段",
140-
"timeRange": "16:30 - 16:57",
140+
"timeRange": "16:30 - 16:37",
141141
"toll": { "range": [32, 38] }
142142
},
143143
{
144144
"type": "peak",
145145
"name": "繁忙時段",
146-
"timeRange": "16:58 - 18:59",
146+
"timeRange": "16:38 - 18:59",
147147
"toll": 40
148148
},
149149
{
150150
"type": "transition",
151151
"name": "過渡時段",
152-
"timeRange": "19:00 - 19:37",
152+
"timeRange": "19:00 - 19:17",
153153
"toll": { "range": [38, 22] }
154154
},
155155
{
156156
"type": "offPeak",
157157
"name": "非繁忙時段",
158-
"timeRange": "19:38 - 23:59",
158+
"timeRange": "19:18 - 23:59",
159159
"toll": 20
160160
}
161161
]
@@ -270,20 +270,33 @@
270270
]
271271
}
272272
}
273-
}
273+
},
274+
"tates_cairn": {},
275+
"aberdeen": {},
276+
"shing_mun": {},
277+
"lion_rock": {},
278+
"eagles_nest": {}
274279
},
275280
"vehicleTypes": {
276281
"privateCar": {
277282
"hasTimeVaryingToll": true,
278283
"fixedTolls": {
279-
"tates_cairn": 20
284+
"tates_cairn": 20,
285+
"aberdeen": 5,
286+
"shing_mun": 5,
287+
"lion_rock": 8,
288+
"eagles_nest": 8
280289
}
281290
},
282291
"motorcycle": {
283292
"hasTimeVaryingToll": true,
284293
"multiplier": 0.4,
285294
"fixedTolls": {
286-
"tates_cairn": 15
295+
"tates_cairn": 15,
296+
"aberdeen": 5,
297+
"shing_mun": 5,
298+
"lion_rock": 8,
299+
"eagles_nest": 8
287300
}
288301
},
289302
"taxi": {
@@ -292,15 +305,37 @@
292305
"western": 25,
293306
"cross_eastern": 25,
294307
"tai_lam": 28,
295-
"tates_cairn": 20
308+
"tates_cairn": 20,
309+
"aberdeen": 5,
310+
"shing_mun": 5,
311+
"lion_rock": 8,
312+
"eagles_nest": 8
313+
}
314+
},
315+
"light_commercial": {
316+
"hasTimeVaryingToll": false,
317+
"fixedTolls": {
318+
"western": 50,
319+
"cross_eastern": 50,
320+
"tai_lam": 43,
321+
"tates_cairn": 24,
322+
"aberdeen": 5,
323+
"shing_mun": 5,
324+
"lion_rock": 8,
325+
"eagles_nest": 8
296326
}
297327
},
298328
"commercial": {
299329
"hasTimeVaryingToll": false,
300330
"fixedTolls": {
301331
"western": 50,
302332
"cross_eastern": 50,
303-
"tai_lam": 43
333+
"tai_lam": 43,
334+
"tates_cairn": 28,
335+
"aberdeen": 5,
336+
"shing_mun": 5,
337+
"lion_rock": 8,
338+
"eagles_nest": 8
304339
}
305340
}
306341
}

src/app/hk-tunnels-tolls/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { Metadata } from "next";
44
export const metadata: Metadata = {
55
title: "香港實時隧道收費 | JaylyDev",
66
description:
7-
"「香港實時隧道收費」— 香港駕駛人士的好幫手!透過本網站,即可查詢「隧道收費」。我們即時提供香港實時三條過海隧道(西隧、紅隧、東隧)、大欖隧道及大老山隧道的收費資訊。操作簡單、資訊清晰,幫你輕鬆規劃出行時間,避免不必要的費用支出。",
7+
"「香港實時隧道收費」— 香港駕駛人士的好幫手!透過本網站,即可查詢「隧道收費」。我們即時提供香港實時三條過海隧道(西隧、紅隧、東隧)、大欖隧道、大老山隧道、香港仔隧道、城門隧道、獅子山隧道和尖山隧道的收費資訊。操作簡單、資訊清晰,幫你輕鬆規劃出行時間,避免不必要的費用支出。",
88
openGraph: {
99
type: "article",
1010
images: "https://jaylydev.github.io/hk-tunnels-tolls/icon.png",

0 commit comments

Comments
 (0)