proxy switcher + change wisp settings to proxy settings

This commit is contained in:
Nebelung
2024-10-14 23:00:56 +00:00
parent 6c65689b1a
commit 3c127ad2af
6 changed files with 52 additions and 18 deletions
+1
View File
@@ -37,6 +37,7 @@ export default function Route({ params }: { params: { route: string[] } }) {
ref.current.src = await window.chemical.encode(
atob(decodeURIComponent(route)),
{
service: window.chemical.getStore("service"),
autoHttps: true,
searchEngine: "https://www.google.com/search?q=%s",
}