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

@@ -33,22 +33,22 @@ export interface PromptConfiguratorModalProps extends ModalProps {
workflowId?: string;
defaultPrompt?: string;
canEdit?: boolean;
/** 用于埋点: 页面来源 */
/** For event tracking: page source */
source: string;
enableDiff?: boolean;
promptSectionConfig?: {
/** 提示词输入框的 placeholder */
/** Cue word text box placeholder */
editorPlaceholder?: React.ReactNode;
/** 提示词划词actions */
/** Cue action */
editorActions?: React.ReactNode;
/** 头部 actions */
/** Head actions */
headerActions?: React.ReactNode;
/** 提示词输入框的 active line placeholder */
/** Cue text box active line placeholder */
editorActiveLinePlaceholder?: React.ReactNode;
/** 提示词输入框的 extensions */
/** Tip text box extensions */
editorExtensions?: React.ReactNode;
};
/** 最外层容器插槽 */
/** outermost container slot */
containerAppendSlot?: React.ReactNode;
importPromptWhenEmpty?: string;
getConversationId?: () => string | undefined;