From 1c5b3e8f8c30ffd5f840cc0cebbe9a6bf562c9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E9=BE=99?= Date: Thu, 7 Aug 2025 14:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/Interaction/ScriptService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/Interaction/ScriptService.ts b/app/service/Interaction/ScriptService.ts index c27af65..fb4e1d4 100644 --- a/app/service/Interaction/ScriptService.ts +++ b/app/service/Interaction/ScriptService.ts @@ -466,7 +466,7 @@ export const useScriptService = (): UseScriptService => { const scriptBlocksMemo = useMemo((): ScriptBlock[] => { return [ parseScriptBlock("synopsis", "Logline", synopsis || ""), - parseScriptBlock("categories", "GENRE", categories.join(", ") || ""), + parseScriptBlock('categories', 'GENRE', categories.join(', ') || '', 'tag'), parseScriptBlock("protagonist", "Core Identity", protagonist || ""), parseScriptBlock( "incitingIncident",