From 7e315820540f309f6e25d9d0bb438f0544bcb824 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 23 Jul 2024 22:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index 00b8b8e8..427254bd 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2187,11 +2187,8 @@ function JYimport(input) { let inputname; let codelx = "share"; try{ - log(input); pasteurl = aesDecode('Juying2', input.split('¥')[1]); inputname = input.split('¥')[0]; - log(pasteurl); - log(inputname); if(inputname=="聚影资源码"){ codelx = "dingyue"; pasteurl = 'https://netcut.cn/p/' + pasteurl; @@ -2219,7 +2216,7 @@ function JYimport(input) { return "toast://聚影✓:无法识别的口令"; } let text; - if(/http/.test(pasteurl)){ + if(/^http|^云/.test(pasteurl)){ showLoading('获取数据中,请稍后...'); text = parsePaste(pasteurl); hideLoading();