Skip to content

Commit

Permalink
8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Aug 26, 2023
1 parent 279173f commit 2cc9f98
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/about/geren.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hide:
color: #999;
padding: 2px;">我的名片</div>
</center>
<img class="img" src="https://cn.mcecy.com/image/20230822/24afe45d85f111894db6db75d74d1f1d.png" alt="个人名片">
<img class="img" src="https://pbxt.replicate.delivery/hlNUcSkvwvYyOVrVC1E4bSWtX5gLQDzd1dAehfgiRAdtzxdRA/out..jpg" alt="个人名片">

</a>

Expand Down
21 changes: 19 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@ comments: true

<center><font color= #518FC1 size=7 >技术探索之旅</font></center>


<center>
<font color= #608DBD>
<p id="hitokoto">
<a href="#" id="hitokoto_text"></a>
</p>
<!-- 本例不能添加链接内容,放在此处只是因为此接口比较方便,也许能够解决大部分的需求-->
<script>
fetch('https://v1.hitokoto.cn')
.then(response => response.json())
.then(data => {
const hitokoto = document.querySelector('#hitokoto_text')
hitokoto.href = `https://hitokoto.cn/?uuid=${data.uuid}`
hitokoto.innerText = data.hitokoto
})
.catch(console.error)
</script>
</font>
</center>

<!-- ???+Note "$e^{i \pi}+1=0$ :octicons-heart-fill-24:{ .heart }"
- 只分享好玩有趣的东西~
Expand Down Expand Up @@ -114,7 +131,7 @@ t.parentNode.insertBefore(e,t)}})();







Expand Down

0 comments on commit 2cc9f98

Please sign in to comment.