Skip to content

Commit

Permalink
10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Oct 3, 2023
1 parent 0297235 commit 5d9d2b9
Show file tree
Hide file tree
Showing 144 changed files with 30,840 additions and 5,918 deletions.
4 changes: 1 addition & 3 deletions docs/about/geren.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ hide:
* 热爱(xiā)折腾技术,读书明智 :computer:
* 喜欢村上春树📖,擅长羽毛球 :badminton:

<div align=left>
<img src="https://readme-typing-svg.herokuapp.com?color=%2336BCF7&size=32&center=true&vCenter=true&width=600&height=50&lines=My+hobby:+;I+Love+coffee;I+Love+books;I+Love+Program" alt="Headline;" />
</div>


<!-- * <a href="https://github.com/Wcowin" target="_blank"><button class="buttonxuan3">找到我:simple-github:</button></a>:material-arrow-right:&#x1F4A1; -->

Expand Down
17 changes: 17 additions & 0 deletions docs/javascripts/extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,3 +670,20 @@ if (isMobile) {
video.volume = 0; // 或者根据需要设置适当的音量值,例如 0.5 表示 50% 的音量
}

// 在页面加载完成后执行以下代码
document.addEventListener("DOMContentLoaded", function() {
// 获取刷新按钮
var refreshButton = document.getElementById("refreshButton");

// 添加点击事件处理程序
refreshButton.addEventListener("click", function() {
// 使用以下代码来刷新页面
location.reload();
});
});

document.addEventListener("DOMContentLoaded", function() {
twikoo.init({
// Twikoo配置选项
});
});
Loading

0 comments on commit 5d9d2b9

Please sign in to comment.