Files
Genarrative/docs/prd
高物 74fd9a33ac Increase VectorEngine timeouts and add image UI
Add VectorEngine image generation config and raise request timeouts (env + scripts) from 180000 to 1000000ms. Introduce a reusable CreativeImageInputPanel component with tests and wire up mobile keyboard-focus helpers; update generation views and related tests (CustomWorldGenerationView, BarkBattle editor, Match3D, Puzzle flows). Improve API error handling / VectorEngine request guidance (packages/shared http.ts and docs), and apply multiple backend/frontend fixes for puzzle/match3d/prompt handling. Also include extensive docs and decision-log updates describing UI/UX decisions and verification steps.
2026-05-15 02:40:59 +08:00
..
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-01 20:29:09 +08:00
1
2026-05-14 14:21:17 +08:00

PRD 总览

本目录用于存放产品需求、玩法闭环、阶段计划和可直接指导编码的需求拆分文档。

重点入口

使用规则

  • 新玩法、新 Agent 阶段、新创作闭环或较大功能落地前,优先补 PRD。
  • PRD 必须写到可以编码的程度,包含字段、接口、状态、验收和并行任务拆分。
  • 若 PRD 与最新代码或技术方案冲突,以代码和最新技术方案为准,并同步修正 PRD。