Files
Genarrative/docs/technical/README.md
高物 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

88 KiB
Raw Blame History

技术方案

这一组文档偏技术选型、实现路线和外部产品形态拆解。

文档列表

使用建议

  • 做实现选型时优先看这一组做生产发布、服务器配置、Jenkins Job 重建或回滚时,先看 PRODUCTION_DEPLOYMENT_PLAN_2026-05-02.md,再按需追溯旧 Jenkins / CORS / 本地发布脚本文档。
  • 做后端实现前,先看 CURRENT_BACKEND_IMPLEMENTATION_BASELINE_2026-04-25.md;涉及 SpacetimeDB 表结构、发布或迁移时,再看 SPACETIMEDB_SCHEMA_CHANGE_CONSTRAINTS.md,最后进入具体 Rust / SpacetimeDB 方案。
  • 做阶段排期时,把这一组和 docs/planning/docs/prd/ 一起看,更容易判断先后顺序。