补齐生成中间产物持久化与拆图提示

图标和UI图集拆分失败时保留主图集并在内联、队列及刷新路径提示
角色、图片修改、图标UI和角色动作链路把可恢复中间产物写入项目与素材库
外部生成摘要新增独立告警字段并清理成功任务的历史错误
同步共享契约、SpacetimeDB迁移与绑定、OpenAPI、设计文档和回归测试
This commit is contained in:
2026-07-13 21:41:46 +08:00
parent f1639de5fe
commit 4e7bcb8f24
29 changed files with 945 additions and 216 deletions
@@ -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;