From 90c8eb7caff3b2fa8010b9404d9cf3b801c4a6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=A3=9E=E9=98=B3?= <9927652+fywu663@user.noreply.gitee.com> Date: Sat, 17 Dec 2022 14:19:03 +0000 Subject: [PATCH] =?UTF-8?q?update=20Christmas-line.html.=20To=20=E5=B0=8F?= =?UTF-8?q?=E6=B4=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴飞阳 <9927652+fywu663@user.noreply.gitee.com> --- Christmas-line.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Christmas-line.html b/Christmas-line.html index 8c34ebb..0820fff 100644 --- a/Christmas-line.html +++ b/Christmas-line.html @@ -811,10 +811,11 @@ function drawStars() { let myLabels = [ - "肥汪卷", + "小洋", "Merry Christmas", - "健健康康,平安喜乐", - "一定要站在你所热爱的世界里闪闪发光", + "平安喜乐,万事顺意", + "I love you three thousand", + "要永远快乐偶", ]; function init() { @@ -835,7 +836,7 @@ function drawStars() { } let init_flag = false; // music - let music_url = "http://music.163.com/song/media/outer/url?id=1892513656.mp3"; + let music_url = "http://music.163.com/song/media/outer/url?id=1459261754.mp3"; let _music = new Audio(music_url); window.onclick = function() { if(init_flag) return; -- Gitee