From 2e34088dcc9f526cd79c58068bddbb7d1625fb03 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Mon, 10 Aug 2026 12:31:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20CoverResult=20=E6=B7=BB=E5=8A=A0=20image?= =?UTF-8?q?=5Furl=20=E5=AD=97=E6=AE=B5=E5=8C=B9=E9=85=8D=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=93=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/api/template-editor/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/api/template-editor/types.ts b/apps/web/src/api/template-editor/types.ts index 42bf46849..b9ef82639 100644 --- a/apps/web/src/api/template-editor/types.ts +++ b/apps/web/src/api/template-editor/types.ts @@ -288,6 +288,7 @@ export interface CoverResult { scheme?: string asset_id?: string frame_time?: number + image_url?: string thumbnail_url?: string } -- 2.54.0