Compare commits

...

2 Commits

Author SHA1 Message Date
LiuJiaNan 33ad1e87d5 1.0.34 2025-10-31 16:53:16 +08:00
LiuJiaNan 270fcc51ac 修复SearchIcon图标错误 2025-10-31 16:53:06 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import { PlusOutlined } from "@ant-design/icons";
import { SearchOutlined } from "@ant-design/icons";
const SearchIcon = props => (
<PlusOutlined {...props} />
<SearchOutlined {...props} />
);
SearchIcon.displayName = "SearchIcon";

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.33",
"version": "1.0.34",
"type": "module",
"description": "",
"author": "LiuJiaNan",