We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd1ba2 commit 0742da8Copy full SHA for 0742da8
app/page.tsx
@@ -24,6 +24,7 @@ const HomePage: React.FC = () => {
24
if (!searchQuery || searchQuery.trim() === '') {
25
26
messageApi.warning('请输入搜索内容');
27
+ //test for review
28
//alert("请输入搜索内容"); // 可选:提示用户输入内容
29
}
30
if (searchQuery.trim()) {
0 commit comments