From 963790e3555994f88c39f8df448ca2bab3f62313 Mon Sep 17 00:00:00 2001 From: gww Date: Tue, 20 Jan 2026 11:53:51 +0800 Subject: [PATCH] =?UTF-8?q?TemplateData=E7=B1=BB=E5=9E=8B=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(tabs)/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index b2216e6..776527f 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -85,6 +85,11 @@ const Index = observer(function Index() { price?: number title?: string isDeleted?: boolean + webpPreviewUrl?: string + webpHighPreviewUrl?: string + user?: { + name?: string + } } const transformTemplateToMediaItem = useCallback((template: TemplateData): MediaItem => {