Skip to content

Commit

Permalink
还是没有修好
Browse files Browse the repository at this point in the history
  • Loading branch information
IMxcovo authored Feb 23, 2025
1 parent 24a9d0f commit 306913e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ <h5 id="version" align="center"><a href="update.html">更新日志</a></h5>
setTimeout(function () { $('#Dead_Picture').removeClass('Bigger') }, 2000);
};
document.getElementById("Opacity").onclick = function () {
$('#Dead_Picture').addClass("Opacity");
setTimeout(function () { $('#Dead_Picture').removeClass('Opacity') }, 3000);
$('#Dead_Picture').addClass("Hide_animation");
setTimeout(function () { $('#Dead_Picture').removeClass('Hide_animation') }, 3000);
};
document.getElementById("Scare").onclick = function () {
$('#Dead_Picture').addClass("Scare");
Expand Down

0 comments on commit 306913e

Please sign in to comment.