From 1880e325973b0ac8fa366f069c910faad745e644 Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Wed, 24 Nov 2021 21:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/handle.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/handle.js b/js/handle.js index 631f38a..df7cf8f 100644 --- a/js/handle.js +++ b/js/handle.js @@ -31,7 +31,7 @@ function getEvent(name) { // 随机选择镜头 function scale() { - return list[Math.floor(Math.random() * list.length)]; + return list[Math.floor(Math.random() * 3)]; } // 字符串包含的事件 (仅取第一个) @@ -65,7 +65,7 @@ function music() { $.get('https://bili.scdxtc.cn', function (res) { musicList = res if (musicList.length > 0) { - $('#music source').attr('src', 'https://bili.scdxtc.cn/music/'+musicList[15]) + $('#music source').attr('src', 'https://bili.scdxtc.cn/music/'+musicList[0]) } }) } @@ -113,7 +113,6 @@ function receiveMessage(event) return false } adminList = ['内有猛犬小心','热心市民阿狄呐','流域_墨绿绿']; - adminList = ['yin5th','热心市民阿狄呐','流域_墨绿绿']; // adminList = ['饺子吃肉肉']; // 大航海列表 if (adminList.length > 0) {