feat: 本次提交更新内容如下
朋友圈同步完成
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user