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

This commit is contained in:
2026-05-25 15:31:13 +08:00
parent 2f8e7ead17
commit 4fdf02d433
+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,