From 43aa2149421ee267971d421256db94935747a756 Mon Sep 17 00:00:00 2001 From: zhushenwudi <55681140@163.com> Date: Tue, 7 Jan 2025 23:51:37 +0800 Subject: [PATCH] revert drag file function --- .../Pages/Patcher.razor | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor b/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor index c7812f4..d916e13 100644 --- a/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor +++ b/src/Edelstein.Tools.ServerPatcher.Wasm/Pages/Patcher.razor @@ -15,33 +15,33 @@ - @* *@ - @* @if (UseCustomApk) *@ - @* { *@ - @* *@ - @* *@ - @* *@ - @* Loaded file: @(_customApkOriginalFileName ?? "None") *@ - @* *@ - @* *@ - @* *@ - @* *@ - @* You can drag and drop your .apk here, or to upload it. *@ - @* *@ - @* *@ - @* *@ - @* *@ - @* *@ - @* } *@ + + @if (UseCustomApk) + { + + + + Loaded file: @(_customApkOriginalFileName ?? "None") + + + + + You can drag and drop your .apk here, or to upload it. + + + + + + }