From ce2bd928910c18dca1bb540c4aa64661bb07857b Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 4 Aug 2023 14:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuMethod.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuMethod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJuMethod.js b/SrcJuMethod.js index f9872fba..d86bac39 100644 --- a/SrcJuMethod.js +++ b/SrcJuMethod.js @@ -154,6 +154,6 @@ function imageCompress(imgurl,fileid) { }else{ let newpath = "/storage/emulated/0/Android/data/com.example.hikerview/files/Documents/_cache/"+(fileid||"")+"_"+getName(imgurl); compress(f, parseInt(size/1080), newpath); - return newpath; + return "file://" + newpath; } }