This commit is contained in:
Azmat@qq.com
2026-08-20 12:52:05 +08:00
parent c7520e93b7
commit ba1613f2b5
32 changed files with 336 additions and 139 deletions
+2
View File
@@ -529,6 +529,7 @@ export function FreeCreatePage({ modelConfigs, onNotify, onTaskSettled, onBack }
return (
<div className="fc-page">
<div className="fc-inner">
<header className="fc-head">
<div className="fc-title-row">
{onBack ? (
@@ -606,6 +607,7 @@ export function FreeCreatePage({ modelConfigs, onNotify, onTaskSettled, onBack }
onClear={clearInput}
onSend={() => void handleSend()}
/>
</div>
{detailTask && (
<VideoDetailModal