补齐生成中间产物持久化与拆图提示
图标和UI图集拆分失败时保留主图集并在内联、队列及刷新路径提示 角色、图片修改、图标UI和角色动作链路把可恢复中间产物写入项目与素材库 外部生成摘要新增独立告警字段并清理成功任务的历史错误 同步共享契约、SpacetimeDB迁移与绑定、OpenAPI、设计文档和回归测试
This commit is contained in:
@@ -22,6 +22,7 @@ export interface ExternalGenerationJobStatusRecord {
|
||||
phaseDetail: string;
|
||||
progress: number;
|
||||
error?: string | null;
|
||||
warning?: string | null;
|
||||
updatedAtMicros: number;
|
||||
}
|
||||
|
||||
@@ -41,6 +42,7 @@ export interface ExternalGenerationTaskRecord {
|
||||
phaseDetail: string;
|
||||
progress: number;
|
||||
error?: string | null;
|
||||
warning?: string | null;
|
||||
priceMudPoints: number;
|
||||
refundLedgerId?: string | null;
|
||||
notificationAcknowledgedAt?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user