chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -18,10 +18,10 @@ import { AddButton as BaseAddButton } from '@coze-agent-ide/tool';
import { I18n } from '@coze-arch/i18n';
interface AddButtonProps {
/** 点击创建工作流 */
/** Click to create a workflow */
onCreate: () => void;
/** 点击导入工作流 */
/** Click to import workflow */
onImport: () => void;
}

View File

@@ -51,13 +51,13 @@ import s from './index.module.less';
export type IWorkflowCardProps = ToolEntryCommonProps & {
/**
* @deprecated
* imageflow 已经和 workflow 合并,不在需要使用 flowMode 进行筛选,且会影响 Chatflow
* Imageflow has been merged with workflow, no longer needs to filter with flowMode, and will affect Chatflow
*/
flowMode: WorkflowMode;
from: WorkflowModalFrom;
};
/** 工作流 */
/** Workflow */
export const WorkflowCard: React.FC<IWorkflowCardProps> = ({
flowMode,
title,