From 91bf90e9487eff5524575d30c93a8cfe8271e687 Mon Sep 17 00:00:00 2001 From: lzp Date: Tue, 14 Apr 2026 17:33:20 +0800 Subject: [PATCH] 11 --- .../Canvas/FlowCanvas/components/nodes/cards/index.vue | 2 +- src/lang/en.ts | 2 +- src/lang/zh-cn.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Canvas/FlowCanvas/components/nodes/cards/index.vue b/src/components/Canvas/FlowCanvas/components/nodes/cards/index.vue index 82db1be..769c01a 100644 --- a/src/components/Canvas/FlowCanvas/components/nodes/cards/index.vue +++ b/src/components/Canvas/FlowCanvas/components/nodes/cards/index.vue @@ -119,7 +119,7 @@ { tier: NODE_DATATIER.TO_3VIEW, type: NODE_DATATYPE.TO_3VIEW, - title: t('FlowCanvas.to3DViewTitle'), + title: t('FlowCanvas.to3ViewTitle'), component: To3View, api:threeToThreeViewsApi } diff --git a/src/lang/en.ts b/src/lang/en.ts index 0a748dd..a819ea1 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -243,7 +243,7 @@ export default { sceneCompositionTitle: 'Scene Composition', colorPaletteTitle: 'Color Palette', to3DModelTitle: 'To 3D Model', - to3DViewTitle: 'To 3D View', + to3ViewTitle: 'To 3D View', // 卡片工具 print: 'Print', settings: 'Settings', diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index 0784a6e..19821fc 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -238,7 +238,7 @@ export default { sceneCompositionTitle: '场景构图', colorPaletteTitle: '颜色调色板', to3DModelTitle: '3D模型', - to3DViewTitle: '3视图', + to3ViewTitle: '3视图', // 卡片工具 print: '印花', settings: '设置',