feat: 素材处理管线——自动处理、审核流程、6状态机
This commit is contained in:
@@ -13,6 +13,8 @@ const MOCK_MATERIALS: Material[] = [
|
||||
createdAt: "2026-06-03T00:00:00.000Z",
|
||||
description: "素材一",
|
||||
id: "id-1",
|
||||
materialType: "general",
|
||||
processedContent: null,
|
||||
projectId: "project-1",
|
||||
status: "pending",
|
||||
updatedAt: "2026-06-03T00:00:00.000Z",
|
||||
@@ -22,6 +24,8 @@ const MOCK_MATERIALS: Material[] = [
|
||||
createdAt: "2026-06-02T00:00:00.000Z",
|
||||
description: "素材二",
|
||||
id: "id-2",
|
||||
materialType: "meeting",
|
||||
processedContent: null,
|
||||
projectId: "project-1",
|
||||
status: "pending",
|
||||
updatedAt: "2026-06-02T00:00:00.000Z",
|
||||
|
||||
Reference in New Issue
Block a user