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

Loading…
Cancel
Save