更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent 3ec4af48a8
commit aba462cec5
  1. 6
      SrcLive.js

@ -196,7 +196,8 @@ function Live() {
},JYlivefile,groupname,lists)
},{
title: "重命名分组",
js: $("","输入新的分组名").input((groupname,JYlivefile)=>{
js: $.toString((JYlivefile,groupname) => {
return $("","输入新的分组名").input((JYlivefile,groupname)=>{
if(input){
let JYlive=fetch(JYlivefile);
let JYlives = JYlive.split('\n');
@ -213,7 +214,8 @@ function Live() {
}else{
return "toast://输入不能为空"
}
},groupname,JYlivefile)
},JYlivefile,groupname)
},JYlivefile,groupname)
}];
d.push({
title: index==0?'‘‘’’<b><span style="color:#3399cc">'+groupname:groupname,

Loading…
Cancel
Save