File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ <h1>用 JavaScript 做一個 Tooltips 功能</h1>
4545 < hr />
4646 <!-- install-->
4747 < h2 > 引用</ h2 >
48- < p > 下載 JavaScript 的檔案:Let's Write Tooltips</ p >
48+ < p > 下載 JavaScript 的檔案:< a href =" https://github.com/letswritetw/letswrite-js-tooltips/blob/main/src/letswrite-tooltip.mjs.js " target =" _blank " > Let's Write Tooltips JS </ a > </ p >
4949 < p > 引用方式:</ p >
5050 < pre > < code class ="language-javascript "> import { letswriteTooltips } from 'path/letswrite-tooltip.mjs';
5151</ code > </ pre >
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ html(lang="zh-Hant")
6060
6161 // install
6262 h2 引用
63- p 下載 JavaScript 的檔案:Let's Write Tooltips
63+ p 下載 JavaScript 的檔案:
64+ a( href ="https://github.com/letswritetw/letswrite-js-tooltips/blob/main/src/letswrite-tooltip.mjs.js" , target ="_blank" ) Let's Write Tooltips JS
6465 p 引用方式:
6566 pre
6667 code.language-javascript .
You can’t perform that action at this time.
0 commit comments