更新 'SrcJySet.js'

master
src48597962 1 year ago
parent 7feef3d342
commit 7b0accfaf2
  1. 8
      SrcJySet.js

@ -1968,10 +1968,8 @@ function extension(){
} }
showLoading('正在较验有效性') showLoading('正在较验有效性')
let codeid = input.split('¥')[1]; let codeid = input.split('¥')[1];
log('https://netcut.cn/p/'+aesDecode('Juying', codeid)); let text = parsePaste('https://netcut.cn/'+aesDecode('Juying', codeid));
let text = parsePaste('https://netcut.cn/p/'+aesDecode('Juying', codeid));
hideLoading(); hideLoading();
log(text);
if(codeid&&!/^error/.test(text)){ if(codeid&&!/^error/.test(text)){
return $("","当前资源码有效,起个名保存吧").input((JYconfig,cfgfile,codeid) => { return $("","当前资源码有效,起个名保存吧").input((JYconfig,cfgfile,codeid) => {
let dydatalist = JYconfig.dingyue||[]; let dydatalist = JYconfig.dingyue||[];
@ -2046,7 +2044,7 @@ function extension(){
try{ try{
showLoading('请稍候...') showLoading('请稍候...')
let codeid = codedyid; let codeid = codedyid;
let text = parsePaste('https://netcut.cn/p/'+aesDecode('Juying', codeid)); let text = parsePaste('https://netcut.cn/'+aesDecode('Juying', codeid));
if(codeid&&!/^error/.test(text)){ if(codeid&&!/^error/.test(text)){
let pastedata = JSON.parse(base64Decode(text)); let pastedata = JSON.parse(base64Decode(text));
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJySet.js');
@ -3160,7 +3158,7 @@ function JYimport(input) {
var codelx = "share"; var codelx = "share";
} }
let pasteurl = input.split('¥')[1]; let pasteurl = input.split('¥')[1];
let text = parsePaste('https://netcut.cn/p/'+aesDecode('Juying', pasteurl)); let text = parsePaste('https://netcut.cn/'+aesDecode('Juying', pasteurl));
if(pasteurl&&!/^error/.test(text)){ if(pasteurl&&!/^error/.test(text)){
let pastedata = JSON.parse(base64Decode(text)); let pastedata = JSON.parse(base64Decode(text));
let urlnum = 0; let urlnum = 0;

Loading…
Cancel
Save