Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wcowin committed Oct 8, 2023
1 parent c38759b commit 96585f9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,25 +151,3 @@ t.parentNode.insertBefore(e,t)}})();




<body>
<div class="loader">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
</div>
</div>
<!-- 此处添加你的页面内容 -->
<script>
// 等待页面加载完毕
window.addEventListener('load', function() {
// 获取加载动画元素
var loader = document.querySelector('.loader');
// 隐藏加载动画
loader.style.display = 'none';
});
</script>
</body>

0 comments on commit 96585f9

Please sign in to comment.