From 695156a85122d59929df88352192bc266586d698 Mon Sep 17 00:00:00 2001 From: cp <463911765@qq.com> Date: Tue, 23 Nov 2021 18:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=9F=E8=8A=B1=E7=89=B9=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dancing.html | 7 ++----- js/custom.js | 7 ++++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dancing.html b/dancing.html index 5bc8e07..d298938 100644 --- a/dancing.html +++ b/dancing.html @@ -150,16 +150,13 @@ - + diff --git a/js/custom.js b/js/custom.js index 29bba2e..aaed945 100644 --- a/js/custom.js +++ b/js/custom.js @@ -209,6 +209,11 @@ $(function(){ changeMusic() }, false); } - + //烟花 + // setInterval(()=>{ + // setTimeout(function() { + // $('.w3-agilefireworks').fireworks(); + // }); + // },6000) }) \ No newline at end of file