Skip to content

Commit 7f5f722

Browse files
committed
seo
1 parent 39c0195 commit 7f5f722

File tree

3 files changed

+299
-218
lines changed

3 files changed

+299
-218
lines changed

public/api/hk-tunnels-tolls/tolls.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"version": "0.3.7",
33
"tunnels": {
44
"western": {
5-
"name": "西隧",
65
"timeVaryingTolls": {
76
"weekdays": {
87
"name": "星期一至六(不包括公眾假期)",
@@ -101,7 +100,6 @@
101100
}
102101
},
103102
"cross_eastern": {
104-
"name": "紅隧 / 東隧",
105103
"timeVaryingTolls": {
106104
"weekdays": {
107105
"name": "星期一至六(不包括公眾假期)",
@@ -200,7 +198,6 @@
200198
}
201199
},
202200
"tai_lam": {
203-
"name": "大欖隧道",
204201
"timeVaryingTolls": {
205202
"weekdays": {
206203
"name": "星期一至六(不包括公眾假期)",
@@ -277,22 +274,19 @@
277274
},
278275
"vehicleTypes": {
279276
"privateCar": {
280-
"name": "私家車",
281277
"hasTimeVaryingToll": true,
282278
"fixedTolls": {
283279
"tates_cairn": 20
284280
}
285281
},
286282
"motorcycle": {
287-
"name": "電單車",
288283
"hasTimeVaryingToll": true,
289284
"multiplier": 0.4,
290285
"fixedTolls": {
291286
"tates_cairn": 15
292287
}
293288
},
294289
"taxi": {
295-
"name": "的士",
296290
"hasTimeVaryingToll": false,
297291
"fixedTolls": {
298292
"western": 25,
@@ -302,22 +296,12 @@
302296
}
303297
},
304298
"commercial": {
305-
"name": "其他車",
306-
"description": "貨車、小巴及巴士等",
307299
"hasTimeVaryingToll": false,
308300
"fixedTolls": {
309301
"western": 50,
310302
"cross_eastern": 50,
311303
"tai_lam": 43
312304
}
313305
}
314-
},
315-
"notes": [
316-
"這個程式提供三條過海隧道(西隧、紅隧、東隧)及大欖隧道的收費資訊。",
317-
"就私家車和電單車(包括機動三輪車)而言,不同時段之間設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。",
318-
"過海的士乘客如非在過海的士站上車,須支付去程(25元)及回程(25元)隧道費,即共50元。",
319-
"電單車在各時段的收費為私家車收費的40%。",
320-
"前往大欖隧道的私家車及電單車實施分時段收費,的士收費為28元,商用車輛收費43元。",
321-
"「其他車」包括貨車、小巴及巴士等。"
322-
]
306+
}
323307
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"vehicleTypes": {
3+
"privateCar": {
4+
"name": "私家車",
5+
"hasTimeVaryingToll": true,
6+
"description": null
7+
},
8+
"motorcycle": {
9+
"name": "電單車",
10+
"hasTimeVaryingToll": true,
11+
"multiplier": 0.4,
12+
"description": null
13+
},
14+
"taxi": {
15+
"name": "的士",
16+
"hasTimeVaryingToll": false,
17+
"description": null
18+
},
19+
"commercial": {
20+
"name": "其他車",
21+
"hasTimeVaryingToll": false,
22+
"description": "貨車、小巴及巴士等"
23+
}
24+
},
25+
"tunnels": {
26+
"western": { "name": "西隧" },
27+
"cross_eastern": { "name": "紅隧 / 東隧" },
28+
"tai_lam": { "name": "大欖隧道" }
29+
},
30+
"notes": [
31+
"這個程式提供三條過海隧道(西隧、紅隧、東隧)及大欖隧道的收費資訊。",
32+
"就私家車和電單車(包括機動三輪車)而言,不同時段之間設有過渡收費安排,以有序地銜接各時段之間的收費差距和保障道路安全。",
33+
"過海的士乘客如非在過海的士站上車,須支付去程(25元)及回程(25元)隧道費,即共50元。",
34+
"電單車在各時段的收費為私家車收費的40%。",
35+
"前往大欖隧道的私家車及電單車實施分時段收費,的士收費為28元,商用車輛收費43元。",
36+
"「其他車」包括貨車、小巴及巴士等。"
37+
]
38+
}

0 commit comments

Comments
 (0)