From 108a722e2a60ae93feb640fe3b65d4c4fc71918b Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 19 Jul 2024 21:58:53 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SrcJySet.js b/SrcJySet.js index c8ade77e..bc925255 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -2558,14 +2558,14 @@ function importConfirm(input) { addListener("onClose", $.toString((importfile) => { deleteFile(importfile); },importfile)); - + log(input); if(fileExist(importfile)){ input = input || fetch(importfile); } if(/^云口令:/.test(input)){ input = input.replace('云口令:','').trim(); } - + log(input); let code,name,lx,sm,datalist; try{ code = aesDecode('Juying2', input.split('¥')[1]); @@ -2576,7 +2576,7 @@ function importConfirm(input) { }catch(e){ toast("聚影✓:口令有误>"+e.message); } - + log(code); try{ let text; if(/http/.test(code)){