forked from 77media/video-flow
中文
This commit is contained in:
parent
dbf30e441e
commit
7467025d09
@ -150,8 +150,8 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps =
|
|||||||
showEditingNotification({
|
showEditingNotification({
|
||||||
key: notificationKey,
|
key: notificationKey,
|
||||||
description: 'Generating intelligent editing plan...',
|
description: 'Generating intelligent editing plan...',
|
||||||
successDescription: '剪辑计划生成完成',
|
successDescription: 'Editing plan generated successfully.',
|
||||||
timeoutDescription: '剪辑计划生成失败,请重试',
|
timeoutDescription: 'Editing plan generation failed. Please refresh and try again.',
|
||||||
timeout: 3 * 60 * 1000
|
timeout: 3 * 60 * 1000
|
||||||
});
|
});
|
||||||
// 先停止轮询
|
// 先停止轮询
|
||||||
@ -170,8 +170,8 @@ export function useWorkflowData({ onEditPlanGenerated }: UseWorkflowDataProps =
|
|||||||
showEditingNotification({
|
showEditingNotification({
|
||||||
key: notificationKey,
|
key: notificationKey,
|
||||||
isCompleted: true,
|
isCompleted: true,
|
||||||
description: '正在生成剪辑计划...',
|
description: 'Generating intelligent editing plan...',
|
||||||
successDescription: '剪辑计划生成完成',
|
successDescription: 'Editing plan generated successfully.',
|
||||||
timeout: 3000
|
timeout: 3000
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user