From facccdf9b6ff03439a4b564bcf1af825e4785b0f Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 4 Dec 2024 11:25:34 +0800 Subject: [PATCH] :art: Improve mobile boot --- app/appearance/boot/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/appearance/boot/index.html b/app/appearance/boot/index.html index f5a748b3f..17b21d7b8 100644 --- a/app/appearance/boot/index.html +++ b/app/appearance/boot/index.html @@ -52,10 +52,7 @@ const redirect = () => { const uri = 'http://127.0.0.1:' + location.port - if (navigator.userAgent.match(/Android/i)) - document.location = uri - else - window.location.replace(uri) + window.location.replace(uri) } (async () => { const v = getSearch('v')