Skip to content

Commit

Permalink
替换图片cdn地址
Browse files Browse the repository at this point in the history
  • Loading branch information
og-liu committed Jul 19, 2022
1 parent dfedb8d commit c99cee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ section.cover.has-mask .mask {opacity: 0.86;}
[GitHub](https://github.com/og-liu/tablepage-vuejs)
[Get Started](#快速上手)

![](https://www.giaott.com/images/2022/07/04/2LDLp.jpg)
![](https://img.ogliu.com/tablepage/20211117155017.jpg)
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
const oImg = document.createElement('img');
const oP = document.createElement('p');
const oA = document.createElement('a');
oImg.src = 'https://www.giaott.com/images/2022/07/04/2LQoY.png'
oImg.src = 'https://img.ogliu.com/tablepage/20211117154823.png'
oDiv.id = 'carbonads'
oP.innerText = '复杂的数据结构均由 Provide / Inject 方式交互,让组件使用起来更加方便。'
oA.innerText = '了解详情'
Expand Down

0 comments on commit c99cee8

Please sign in to comment.