This commit is contained in:
AdingApkgg
2025-07-10 02:20:48 +08:00
parent be75a13248
commit fd47b0438e
2 changed files with 1 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ async function searchGameStream(
{ gameName, zypassword = "", patchMode = false, magic = false },
{ onProgress, onResult, onDone, onError }
) {
const site = "searchgal.homes";
const site = "api.searchgal.homes";
const url = patchMode
? `https://${site}/search-patch`
: `https://${site}/search-gal`;

0
src/style.css Normal file
View File