更新 'SrcLive.js'

pull/1/head
src48597962 2 years ago
parent 9cbc0ee068
commit 098ecfa817
  1. 2
      SrcLive.js

@ -431,7 +431,7 @@ function LiveEdit(name,mode) {
let tvip = getItem('hikertvboxset', ''); let tvip = getItem('hikertvboxset', '');
if(urls.length>0){ if(urls.length>0){
push['from'] = name; push['from'] = name;
push['url'] = urls; push['url'] = urls.join('#').replace(/\&/g, '&&');
var state = request(tvip + '/action', { var state = request(tvip + '/action', {
headers: { headers: {
'Content-Type': 'application/x-www-form-urlencoded', 'Content-Type': 'application/x-www-form-urlencoded',

Loading…
Cancel
Save