11
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-04-16 21:47:20 +08:00
parent 2456c10c63
commit 09d4c0c31b
79 changed files with 11873 additions and 2341 deletions

View File

@@ -899,13 +899,21 @@ describe('ai orchestration fallbacks', () => {
ok: true,
text: async () =>
JSON.stringify({
imageSrc: '/generated-custom-world-scenes/world/landmark/scene.png',
assetId: 'custom-scene-1',
model: 'wan2.7-image',
size: '1280*720',
taskId: 'task-123',
prompt: '系统整理后的提示词',
actualPrompt: '扩写后的提示词',
ok: true,
data: {
ok: true,
imageSrc: '/generated-custom-world-scenes/world/landmark/scene.png',
assetId: 'custom-scene-1',
model: 'wan2.7-image',
size: '1280*720',
taskId: 'task-123',
prompt: '系统整理后的提示词',
actualPrompt: '扩写后的提示词',
},
error: null,
meta: {
apiVersion: '2026-04-08',
},
}),
} as Response);