feat: disable register

This commit is contained in:
shinya
2025-08-18 23:15:37 +08:00
parent e8be9a169a
commit fbb68a4654
8 changed files with 186 additions and 448 deletions

View File

@@ -58,9 +58,6 @@ async function searchWithCache(
}
const data = await response.json();
if (apiSite.key === 'xiaomaomi') {
console.log(data);
}
if (
!data ||
!data.list ||