From 57ca05a4fa097a2cf921057b15402d5438620380 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 13 Jul 2024 22:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLive.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 06b94c63..ddc54d1e 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -204,13 +204,13 @@ function Live() { }) } d.push({ - title: index == 0 ? '‘‘’’' + groupname : groupname, + title: index == 0 ? '‘‘’’' + groupname : groupname, url: $('#noLoading#').lazyRule((grouplist, groupname, guanlidata, lists) => { if (getMyVar('selectgroup') != groupname) { putMyVar('selectgroup', groupname); for (let i in grouplist) { if (grouplist[i] == groupname) { - updateItem(groupname, { title: '‘‘’’' + groupname }) + updateItem(groupname, { title: '‘‘’’' + groupname }) } else { updateItem(grouplist[i], { title: grouplist[i] }) }