画布功能卡片

This commit is contained in:
2026-02-09 17:10:19 +08:00
parent c859696f25
commit 9871ef0c87
18 changed files with 762 additions and 13 deletions

View File

@@ -24,6 +24,9 @@
import ColorPalette from './cards/color-palette.vue'
import ToVideo from './cards/to-video.vue'
import To3DModel from './cards/to-3d-model.vue'
import AddPrint from './cards/add-print.vue'
import ToCAD from './cards/to-cad.vue'
import EditMaterial from './cards/edit-material.vue'
const components = [
{
@@ -51,10 +54,15 @@
title: 'To 3D Model',
component: To3DModel
},
{
type: 'to-cad',
title: 'To CAD',
component: ToCAD
},
{
type: 'add-print',
title: 'Add Print',
component: SceneComposition
component: AddPrint
},
{
type: 'edit-material',