diff --git a/Christmas-line.html b/Christmas-line.html index 8c34ebbbb5345f872e41f4d18eb2f2c587208cc6..0820fffb6bb294fea2d6b69a7435927fd5aab2fd 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;