feat: 本次提交更新内容如下

朋友圈同步完成
This commit is contained in:
2025-07-23 17:54:38 +08:00
parent f6edba490d
commit 0baf08b95b
5 changed files with 416 additions and 431 deletions

View File

@@ -45,7 +45,7 @@ const formatDate = (dateStr?: string) => {
// 组件属性接口
interface ContentLibrarySelectionProps {
selectedLibraries: string[];
selectedLibraries: (string | number)[];
onSelect: (libraries: string[]) => void;
onSelectDetail?: (libraries: ContentLibraryItem[]) => void;
placeholder?: string;