thread-master/docs/product/haixun-console/tasks/T010-studio-list.md

780 B
Raw Blame History

T010 — Studio list page

Status: done Completed: 2026-07-09
Milestone: M5
Est. change: ~120 lines

Goal

/app/studio 列出 ThreadPlay可進「開新串」與編輯既有。

Depends on

  • T009

Inputs

  • Spec §4.3、路由 /app/studio, /app/studio/new, /app/studio/:id

Outputs

程式變更

路徑 動作 說明
apps/web/src/pages/StudioPage.tsx edit 列表 + CTA
Link 到 wizard

行為變更

  • 空狀態引導開新串
  • 顯示 title/status

Out of scope

  • wizard 內容T011+

Acceptance

  • 列表渲染 mock plays可為空
  • 「開新串」進 /app/studio/new
  • npm run build 通過
cd apps/web && npm run build