From 7300f6edc212154012de297ea9590ba19cf522ff Mon Sep 17 00:00:00 2001 From: huchenlei Date: Thu, 26 Sep 2024 08:34:25 +0900 Subject: [PATCH] Format --- src/i18n.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n.ts b/src/i18n.ts index 36e11887..5267f8ec 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -163,14 +163,12 @@ const messages = { }, menu: { batchCount: '批次数量', - batchCountTooltip: - '工作流生成次数', + batchCountTooltip: '工作流生成次数', autoQueue: '自动执行', disabled: '禁用', disabledTooltip: '工作流将不会自动执行', instant: '实时', - instantTooltip: - '工作流将会在生成完成后立即执行', + instantTooltip: '工作流将会在生成完成后立即执行', change: '变动', changeTooltip: '工作流将会在改变后执行', queueWorkflow: '执行工作流',