!49 fix: mock.ts 中 Asset 补充 key 字段,修复 tsc 编译错误

Merge pull request !49 from 何朝晖/fix/show-img
This commit is contained in:
2026-05-25 07:32:04 +00:00
committed by Gitee
+1
View File
@@ -56,6 +56,7 @@ const MOCK_TASKS: Task[] = [
const MOCK_ASSETS: Asset[] = [
{
id: 'asset-001',
key: 'generation/proj-001/task-001/0.png',
url: 'https://placehold.co/256x256/e94560/1a1a2e?text=Sprite',
format: 'png',
width: 256,