From 1c53d0c09816dd030ed8d20b5520adf5e6f43106 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 20 Oct 2024 19:36:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyPublic.js b/SrcJyPublic.js index 52a3d5db..2ba19d95 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -1016,7 +1016,7 @@ function shareResource() { }); return "hiker://empty"; */ - return $().lazyRule(()=>{ + return $().lazyRule((it)=>{ let text = {}; let filepath = globalMap0.getVar('Jy_gmParams').jkfile; let datafile = fetch(filepath); @@ -1044,7 +1044,7 @@ function shareResource() { log('分享上传云端失败:'+e.message + " 错误行#" + e.lineNumber); return 'toast://分享上传云端失败,网络或内容出错'; } - }) + },it) } }, it),