Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
小改动
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu2007 authored Dec 31, 2023
1 parent 78cecbf commit 64b9a65
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 @@ -170,7 +170,7 @@
<span class="red">2</span> <span class="orange">0</span>
<span class="yellow">2</span> <span class="green">4</span>
</div>
<div class="footer">Copyright 2023-2024 xiaozhu2007@github</div>
<div class="footer">&copy; 2023-2024 xiaozhu2007@github</div>
<script>
var fireworks = [];
function Firework(i, r, n, o) {
Expand Down Expand Up @@ -219,7 +219,7 @@
}),
loop(),
setInterval(function () {
for (var i = 0; i < 3; i++) {
for (var i = 0; i < 5; i++) {
var r = new Firework(
Math.random() * window.innerWidth,
window.innerHeight,
Expand Down

0 comments on commit 64b9a65

Please sign in to comment.