From c1e1dc182de20bf957da8779058440b8d35a7824 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Thu, 18 Jul 2024 14:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyPublic.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyPublic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 4380fed0..515aeafe 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -43,9 +43,9 @@ function getDatas(lx, isyx) { let dySource = Juconfig['dySource']; let input; if(dySource.startsWith('http')){ - showLoading('正在加载订阅源,请稍后...'); let dyJkTmpFile = cachepath + md5(Juconfig['dySource']) + ".json"; if(!fileExist(dyJkTmpFile)){ + showLoading('正在加载订阅源,请稍后...'); let contnet = getJkContnet(Juconfig['dySource']); if(contnet){ writeFile(dyJkTmpFile, contnet);