!49 fix: mock.ts 中 Asset 补充 key 字段,修复 tsc 编译错误
Merge pull request !49 from 何朝晖/fix/show-img
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user