From 91acf7c95361b92cd9e03e197cd6f1ee1caf71a0 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 20 Oct 2024 19:10:51 +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 8685a849..0e3a9fd6 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -984,7 +984,7 @@ function shareResource() { return "toast://无内容分享"; } let textcontent = globalMap0.getVar('Jy_gmParams').zip(JSON.stringify(text)); - log(textcontent); + log("content="+textcontent+"&path="+it.path+"&auth_code="+it.token); try{ let pasteupdate = JSON.parse(request("https://pasteme.tyrantg.com/api/update", { body: "content="+textcontent+"&path="+it.path+"&auth_code="+it.token,