reactor: replacing the default key (#446)

This commit is contained in:
ayangweb
2025-04-25 22:57:45 +08:00
committed by GitHub
parent 191f34905e
commit 6e07cacae2

View File

@@ -61,7 +61,8 @@ function WebApp({
setIsTauri(false); setIsTauri(false);
setEndpoint(serverUrl); setEndpoint(serverUrl);
setModeSwitch("S"); setModeSwitch("S");
setInternetSearch("B"); setInternetSearch("E");
localStorage.setItem("headers", JSON.stringify(headers || {})); localStorage.setItem("headers", JSON.stringify(headers || {}));
}, []); }, []);