From 07f4bad1e6bec06ac48a6cbb6718cdacb8d6b299 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 20 Oct 2022 13:33: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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 01d94ec5..9afce70d 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -636,7 +636,7 @@ function LiveSet() { } for(let i in editnames){ if(editnames[i].split('|')[1]==code){ - updateItem(code,{title:'‘‘’’'+name}) + updateItem(code,{title:'‘‘’’'+name}) }else{ updateItem(editnames[i].split('|')[1],{title:editnames[i].split('|')[0]}) } @@ -664,7 +664,7 @@ function LiveSet() { } }) } - addItemAfter('livesearch',editmenu); + addItemBefore('livesearch',editmenu); back(false); return "toast://进入编辑模式,选择操作菜单"; }):"toast://当前为远程订阅源,无法进入编辑模式"