From 610185d735102ee87b42713083b706222f846356 Mon Sep 17 00:00:00 2001 From: ditiqi Date: Sun, 23 Feb 2025 21:43:06 +0800 Subject: [PATCH] add --- packages/common/src/models/post.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/common/src/models/post.ts b/packages/common/src/models/post.ts index d66a0d1..d61891a 100755 --- a/packages/common/src/models/post.ts +++ b/packages/common/src/models/post.ts @@ -46,7 +46,8 @@ export type LectureMeta = { type?: string; videoUrl?: string; videoThumbnail?: string; - fileIds?: string[]; + videoIds?: string[]; + videoThumbnailIds?: string[]; }; export type Lecture = Post & {