Skip to content

Commit 32ef320

Browse files
committed
新增筆記文連結,新增社群分享用圖
1 parent ae72353 commit 32ef320

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Demo:[demo](https://letswritetw.github.io/letswrite-js-tooltips/)
44

5-
<!-- 筆記文:[Let's Write](https://www.letswrite.tw/js-tooltips/) -->
5+
筆記文:[Let's Write](https://www.letswrite.tw/js-tooltips/)

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<div class="container" id="app">
4242
<div class="text-center">
4343
<h1>用 JavaScript 做一個 Tooltips 功能</h1>
44+
<p>筆記文:<a href="https://www.letswrite.tw/js-tooltip/">Let's Write</a></p>
4445
</div>
4546
<hr/>
4647
<!-- install-->

index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ html(lang="zh-Hant")
5353
#app.container
5454
.text-center
5555
h1=title
56-
//- p 筆記文:
56+
p 筆記文:
5757
a(href="https://www.letswrite.tw/js-tooltip/") Let's Write
5858

5959
hr

js-tooltips.jpg

255 KB
Loading

0 commit comments

Comments
 (0)