This commit is contained in:
lzp
2026-04-14 17:33:20 +08:00
parent e96eb5b30b
commit 91bf90e948
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@
{ {
tier: NODE_DATATIER.TO_3VIEW, tier: NODE_DATATIER.TO_3VIEW,
type: NODE_DATATYPE.TO_3VIEW, type: NODE_DATATYPE.TO_3VIEW,
title: t('FlowCanvas.to3DViewTitle'), title: t('FlowCanvas.to3ViewTitle'),
component: To3View, component: To3View,
api:threeToThreeViewsApi api:threeToThreeViewsApi
} }

View File

@@ -243,7 +243,7 @@ export default {
sceneCompositionTitle: 'Scene Composition', sceneCompositionTitle: 'Scene Composition',
colorPaletteTitle: 'Color Palette', colorPaletteTitle: 'Color Palette',
to3DModelTitle: 'To 3D Model', to3DModelTitle: 'To 3D Model',
to3DViewTitle: 'To 3D View', to3ViewTitle: 'To 3D View',
// 卡片工具 // 卡片工具
print: 'Print', print: 'Print',
settings: 'Settings', settings: 'Settings',

View File

@@ -238,7 +238,7 @@ export default {
sceneCompositionTitle: '场景构图', sceneCompositionTitle: '场景构图',
colorPaletteTitle: '颜色调色板', colorPaletteTitle: '颜色调色板',
to3DModelTitle: '3D模型', to3DModelTitle: '3D模型',
to3DViewTitle: '3视图', to3ViewTitle: '3视图',
// 卡片工具 // 卡片工具
print: '印花', print: '印花',
settings: '设置', settings: '设置',