From 8bddd73aba233268ceae73a881cb4ee8d08d0ca3 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 13 Jul 2024 10:27:54 +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 a8f659cd..f60b7693 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -86,7 +86,7 @@ function getDatas(lx, isyx) { if(dySource.startsWith('file://')){ urlfile = 'hiker://files/' + extfile.split('/files/Documents/')[1]; }else if(dySource.startsWith('http')){ - urlfile = cachepath + arr.type + '_' + extfile.substr(extfile.lastIndexOf('/') + 1); + urlfile = cachepath + 'hipy_t3_' + extfile.substr(extfile.lastIndexOf('/') + 1); try{ if(!fileExist(urlfile)){ let content = fetch(extfile, {timeout:2000});