融合主线无限画布与资源管理
Project CI / Repository checks (pull_request) Failing after 47s
Project CI / Frontend tests (pull_request) Failing after 2m21s
Project CI / Backend tests (pull_request) Successful in 4m17s
Project CI / Native shell tests (pull_request) Failing after 3m9s

合并最新主线素材画布与非破坏资源编辑链路
保留资源预览全局限流分区布局与依赖聚类
统一工作台测试与权威文档合同
This commit is contained in:
2026-08-12 11:26:58 +08:00
147 changed files with 36474 additions and 4969 deletions
@@ -23,6 +23,7 @@ export interface ExternalGenerationJobStatusRecord {
progress: number;
error?: string | null;
warning?: string | null;
result?: unknown;
updatedAtMicros: number;
}
@@ -567,6 +567,7 @@ export interface GameIterationVersion {
resourceBindings: GameIterationVersionResourceBinding[];
createdReason: GameIterationVersionCreatedReason;
createdAt: number;
editPrompt?: string | null;
}
export interface GameCreationAppManifest {