From 967e4d75dd3cdbc8032966959d8bd182fb9232e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Fri, 3 Apr 2026 01:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3toonflow=E7=89=87=E5=B0=BE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/assets/getMaterialData.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/assets/getMaterialData.ts b/src/routes/assets/getMaterialData.ts index eec2309..77a9fa8 100644 --- a/src/routes/assets/getMaterialData.ts +++ b/src/routes/assets/getMaterialData.ts @@ -29,7 +29,7 @@ export default router.post( const ending = await u.oss.getFileUrl("/ending.mp4", "assets"); data.push({ id: 0, - name: "片尾", + name: "Toonflow片尾", filePath: ending, type: "clip", });