feat: search page stops querying detail api

This commit is contained in:
shinya
2025-06-22 22:46:32 +08:00
parent 7061378c92
commit 201ad3c8e3
7 changed files with 255 additions and 272 deletions

View File

@@ -99,7 +99,7 @@ function SearchPageClient() {
return (
<PageLayout activePath='/search'>
<div className='px-10 py-8 overflow-visible'>
<div className='px-10 py-8 overflow-visible mb-10'>
{/* 搜索框 */}
<div className='mb-8'>
<form onSubmit={handleSearch} className='max-w-2xl mx-auto'>