Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
focaaby committed Feb 2, 2024
1 parent 58d0c3f commit b68e17a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file removed _components/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions _components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ text_only: 1

#### [互動資料表格]({% link _components/table/index.md %})

下載 [interactive-table-element.js](/assets/components/interactive-table-element.js) 檔案並選擇性使用下方程式碼匯入:
下載 [interactive-table-element.js](/assets/js/components/interactive-table-element.js) 檔案並選擇性使用下方程式碼匯入:

{% capture html %}<script src="../interactive-table-element.js" type="module">{% endcapture %}
{% include example-html.html content=html %}


#### [互動資料表格]({% link _components/skip-to/index.md %})

下載 [skip-to-element.js](/assets/components/skip-to-element.js) 檔案並選擇性使用下方程式碼匯入:
下載 [skip-to-element.js](/assets/js/components/skip-to-element.js) 檔案並選擇性使用下方程式碼匯入:

{% capture html %}<script src="../skip-to-element.js" type="module">{% endcapture %}
{% include example-html.html content=html %}
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## CSS 元件使用方式

可直接[下載](/https://guide.nics.nat.gov.tw/assets/css.zip),並使用下方程式碼匯入:
可直接[下載](https://guide.nics.nat.gov.tw/assets/css.zip),並使用下方程式碼匯入:

```
<link rel="stylesheet" href="../main.css">
Expand All @@ -25,31 +25,31 @@

### [文字輸入區塊](https://guide.nics.nat.gov.tw/components/textarea/index.html)

下載 [character-count.js](/https://guide.nics.nat.gov.tw/assets/js/components/character-count.js) 檔案並選擇性使用下方程式碼匯入:
下載 [character-count.js](https://guide.nics.nat.gov.tw/assets/js/components/character-count.js) 檔案並選擇性使用下方程式碼匯入:

```
<script src="../character-count.js" defer>
```

### [公文元件](https://guide.nics.nat.gov.tw/components/official-document/index.html)

下載 [official-document-element.js](/https://guide.nics.nat.gov.tw/assets/js/components/official-document-element.js) 檔案並選擇性使用下方程式碼匯入:
下載 [official-document-element.js](https://guide.nics.nat.gov.tw/assets/js/components/official-document-element.js) 檔案並選擇性使用下方程式碼匯入:

```
<script src="../official-document-element.js" type="module">
```

### [互動資料表格](https://guide.nics.nat.gov.tw/components/table/index.html)

下載 [interactive-table-element.js](/https://guide.nics.nat.gov.tw/assets/components/interactive-table-element.js) 檔案並選擇性使用下方程式碼匯入:
下載 [interactive-table-element.js](https://guide.nics.nat.gov.tw/assets/js/components/interactive-table-element.js) 檔案並選擇性使用下方程式碼匯入:

```
<script src="../interactive-table-element.js" type="module">
```

### [互動資料表格](https://guide.nics.nat.gov.tw/components/skip-to/index.html)

下載 [skip-to-element.js](/https://guide.nics.nat.gov.tw/assets/components/skip-to-element.js) 檔案並選擇性使用下方程式碼匯入:
下載 [skip-to-element.js](https://guide.nics.nat.gov.tw/assets/js/components/skip-to-element.js) 檔案並選擇性使用下方程式碼匯入:

```
<script src="../skip-to-element.js" type="module">
Expand Down

0 comments on commit b68e17a

Please sign in to comment.