新增少儿分类&日志

This commit is contained in:
zimplexing
2025-07-04 16:53:41 +08:00
parent 92fd2fa76f
commit 68301358b4
3 changed files with 13 additions and 4 deletions

View File

@@ -59,6 +59,15 @@ async function searchFromApi(
const data = await response.json();
console.log(
"apiUrl",
apiSite.name,
"response status",
response.ok,
"response data",
data.list.length
);
if (
!data ||
!data.list ||