Skip to content

Commit 7459914

Browse files
committed
Update text
1 parent ebea568 commit 7459914

File tree

2 files changed

+30
-7
lines changed

2 files changed

+30
-7
lines changed

web/src/pages/About.vue

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,18 @@
4444
</v-flex>
4545
</v-layout>
4646

47-
<h2 class="teal--text">我們是誰</h2>
47+
<h2 class="teal--text">搜尋準確度</h2>
4848

49-
<p>如有查詢、功能建議,歡迎到<a
50-
class="teal--text text--darken-2"
51-
href="https://goo.gl/forms/r6bdJHG228IZTgIZ2"
52-
target="_blank"
53-
>此</a>留言。</p>
49+
<p>搜尋準確度取決於香港政府資料一線通<a class="teal--text text--darken-2"
50+
href="https://data.gov.hk/tc-data/dataset/hk-ogcio-st_div_02-als"
51+
target="_blank"
52+
>地址搜尋服務</a>的數據質素,如發現有地址遺漏,請直接向<a class="teal--text text--darken-2"
53+
href="https://data.gov.hk/tc/feedback"
54+
target="_blank"
55+
>政府資訊科技總監辦公室</a>指正。相反,如地址搜尋服務有收錄相關地址資料,但香港地址解析器未有顯示結果,請向<a class="teal--text text--darken-2"
56+
href="https://docs.google.com/forms/d/e/1FAIpQLSc4c6TaOYMw3B0H_dZ0JP21kKeLgXfCZZKZvXm3MOcapW2giA/viewform"
57+
target="_blank"
58+
>我們</a>反映。</p>
5459

5560
<h2 class="teal--text">採用開放數據</h2>
5661
<ul>

web/src/pages/TableAddressSearcher.vue

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@
44
<v-layout row wrap>
55
<v-flex xs12 pa-0 mt-3>
66
<h2 class="teal--text heading-2">表格模式</h2>
7-
<p>請將香港地址貼於下方表格,網站會將地址解析成地區、街道、門牌、大廈、區議會選區等地址資料。</p>
7+
<p>請將香港地址貼於下方表格,網站會將地址解析成地區、街道、門牌、大廈、區議會選區等地址資料。輸入地址時,建議加入<span class="amber lighten-4 red--text px-1">街道名稱</span>及<span class="amber lighten-4 red--text px-1">街號</span>以提升搜尋準確度。</p>
8+
89
<p>你可以按「下載CSV」按鈕,進一步作樞紐分析空間數據,歸納地址集中在哪一地區、哪條街道,從凌亂資料中提煉找出有價值的資訊。</p>
10+
11+
<p>搜尋準確度取決於香港政府資料一線通<a class="teal--text text--darken-2"
12+
href="https://data.gov.hk/tc-data/dataset/hk-ogcio-st_div_02-als"
13+
target="_blank"
14+
>地址搜尋服務</a>的數據質素,如發現有地址遺漏,請直接向<a class="teal--text text--darken-2"
15+
href="https://data.gov.hk/tc/feedback"
16+
target="_blank"
17+
>政府資訊科技總監辦公室</a>指正。相反,如地址搜尋服務有收錄相關地址資料,但香港地址解析器未有顯示結果,請向<a class="teal--text text--darken-2"
18+
href="https://docs.google.com/forms/d/e/1FAIpQLSc4c6TaOYMw3B0H_dZ0JP21kKeLgXfCZZKZvXm3MOcapW2giA/viewform"
19+
target="_blank"
20+
>我們</a>反映。</p>
21+
922
<v-form ref="form" class="form" @submit.prevent="submit">
1023
<v-textarea
1124
outline
@@ -253,4 +266,9 @@ async function searchSingleResult(address, key) {
253266
.heading-2 {
254267
margin-bottom: 1rem;
255268
}
269+
270+
a {
271+
text-decoration: none;
272+
}
273+
256274
</style>

0 commit comments

Comments
 (0)