From 6936262d62ff7852de978669a5b3dca8fb1e0704 Mon Sep 17 00:00:00 2001 From: tuuz Date: Mon, 18 Mar 2024 15:24:24 +0800 Subject: [PATCH] =?UTF-8?q?GetFile=E7=9A=84type=E6=96=B0=E5=A2=9Egzip?= =?UTF-8?q?=EF=BC=8C=E4=BC=9A=E5=B0=86=E6=95=B0=E6=8D=AE=E6=B5=81=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=E5=90=8E=E5=86=8Db64=E9=99=8D=E4=BD=8E=E5=B8=A6?= =?UTF-8?q?=E5=AE=BD=E5=8D=A0=E7=94=A8=20-=20=E4=BD=BF=E7=94=A8gzip?= =?UTF-8?q?=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../moe/fuqiuluo/shamrock/remote/action/handlers/GetFile.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/action/handlers/GetFile.kt b/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/action/handlers/GetFile.kt index 7122d26..ad70d78 100644 --- a/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/action/handlers/GetFile.kt +++ b/xposed/src/main/java/moe/fuqiuluo/shamrock/remote/action/handlers/GetFile.kt @@ -42,7 +42,7 @@ import java.util.zip.GZIPOutputStream ), echo ) - else -> error("only support base64", echo) + else -> error("filt_type error", echo) } } else {