Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Change: Add digital human script batch generation
## Why
Digital human creation currently supports one script at a time. Operators need to generate or add multiple talking-head scripts, then create several digital human videos from the same avatar, voice, and model configuration without repeating the form.
## What Changes
- Add a script list to the digital human one-click compose flow, supporting manual single-script addition and multi-script batch editing.
- Add an intelligent script generation dialog with built-in industry-style digital human talking-head scenes, word/time/style/count controls, and custom prompt input.
- Append generated script results into the script list instead of replacing existing work.
- Allow batch creation of digital human tasks, creating one runtime task per selected script while reusing the selected avatar, voice, model, subtitle, format, and background settings.
## Impact
- Affected specs: digital-human-workflow
- Affected code: `apps/web/src/workbench/WorkbenchShell.tsx`, `apps/web/src/workbench/workbench.scss`