将搜索表单的文章标题改成 要搜索的文章标题

This commit is contained in:
yourname
2025-05-14 01:04:20 +00:00
parent ac8c1f6159
commit 6438eea9be

View File

@@ -273,11 +273,11 @@ export const KnowInfoPage = () => {
style={{ marginBottom: '16px' }}
>
<Form.Item name="title" label="标题">
<Input placeholder="请输入文章标题" />
<Input placeholder="要搜索的文章标题" />
</Form.Item>
<Form.Item name="category" label="分类">
<Input placeholder="请输入文章分类" />
<Input placeholder="要搜索的文章分类" />
</Form.Item>
<Form.Item>