From 72f351d54f95c2a633ef24c83919ded3071b7ca1 Mon Sep 17 00:00:00 2001 From: seaislee1209 Date: Tue, 12 May 2026 18:17:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(records):=20=E8=A7=86=E9=A2=91=E5=8D=A1?= =?UTF-8?q?=E7=89=87/=E8=AF=A6=E6=83=85=E5=BC=B9=E7=AA=97=E7=94=A8=20thumb?= =?UTF-8?q?nail=5Furl=20=E6=98=BE=E7=A4=BA=E9=A6=96=E5=B8=A7=20poster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 后端 GenerationRecord.thumbnail_url 字段早就被 tasks.py:_handle_completed (L109-111) 通过 ffmpeg 提取首帧 + 上传 TOS 填充,但只在 _serialize_task (生成页) 返回。 admin_records / team_records / profile_records 三个 view 都没回传,前端无从用。 后端:三个 records view 各加一行 'thumbnail_url': r.thumbnail_url or '' 前端: - types/index.ts AdminRecord 加 thumbnail_url?: string - 三处