From 3c9800ea6e5f7d04a4e323fbb0cb2ec8a0163c71 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 18 Oct 2022 20:53:38 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 1be2d232..a4236290 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -35,8 +35,13 @@ function Live() { d.push({ col_type: 'line' }) + for (let i = 0; i < 9; i++) { + editmenu.push({ + col_type: "blank_block" + }) + } d.push({ - title: '本地👉', + title: '本地✋', url: $("#noLoading#").lazyRule(() => { putMyVar('JYlivedyurl','juying'); refreshPage(false); @@ -48,7 +53,7 @@ function Live() { let dyname = livedata[i].name; let dyurl = livedata[i].url; d.push({ - title: getMyVar('JYlivedyurl')==dyurl?'‘‘’’'+dyname:dyname, + title: getMyVar('JYlivedyurl')==dyurl?dyname+'✋':dyname, url: $("#noLoading#").lazyRule((dyname,dyurl) => { putMyVar('JYlivedyurl',dyurl); refreshPage(false);