From 566c3a476fd9c532af5803e0e75b95158ac55950 Mon Sep 17 00:00:00 2001 From: zyc <1439655764@qq.com> Date: Fri, 13 Mar 2026 15:38:08 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=AD=98=E5=82=A8=E6=A1=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .agent-auto/design-agent/memory.md | 27 ++ .agent-auto/dev-agent/memory.md | 86 +++++ .agent-auto/journal.md | 1 + .agent-auto/product-agent/memory.md | 33 ++ .agent-auto/test-agent/memory.md | 47 +++ .gitignore | 1 + CLAUDE.md | 364 ++++++++++++++++++ backend/apps/accounts/views.py | 7 +- ...3_generationrecord_ark_task_id_and_more.py | 33 ++ backend/apps/generation/models.py | 4 + backend/apps/generation/serializers.py | 1 + backend/apps/generation/urls.py | 4 + backend/apps/generation/views.py | 235 ++++++++++- backend/config/settings.py | 34 +- backend/requirements.txt | 2 + backend/utils/log_center.py | 23 +- backend/utils/seedance_client.py | 95 +++++ backend/utils/tos_client.py | 48 +++ web/package-lock.json | 24 +- web/playwright.config.ts | 22 +- web/src/components/GenerationCard.tsx | 13 +- web/src/components/VideoGenerationPage.tsx | 6 + web/src/lib/api.ts | 37 +- web/src/pages/DashboardPage.tsx | 46 --- web/src/store/generation.ts | 333 ++++++++++++---- web/src/types/index.ts | 21 + web/test/unit/generationStore.test.ts | 253 +++++++++--- 27 files changed, 1585 insertions(+), 215 deletions(-) create mode 100644 CLAUDE.md create mode 100644 backend/apps/generation/migrations/0003_generationrecord_ark_task_id_and_more.py create mode 100644 backend/utils/seedance_client.py create mode 100644 backend/utils/tos_client.py diff --git a/.agent-auto/design-agent/memory.md b/.agent-auto/design-agent/memory.md index a7b42ae..3df5085 100644 --- a/.agent-auto/design-agent/memory.md +++ b/.agent-auto/design-agent/memory.md @@ -176,4 +176,31 @@ - **耗时**: 663s - **花费**: $0.0000 - **退出码**: 0 +- **工作摘要**: Phase 3 原型设计全部完成。以下是交付的 6 个 HTML 原型文件: + +--- + +## Phase 4 UI 变更记录 [2026/3/13 手动开发] + +### GenerationCard.tsx 变更 +- **结果区域**: 从 `` 改为 `