This commit is contained in:
2026-02-06 16:23:22 +08:00
parent cafe7b0d99
commit e1edefbfab
43 changed files with 725 additions and 117 deletions

View File

@@ -55,7 +55,13 @@ const router = createRouter({
path: 'mainInput',
name: 'mainInput',
component: () => import('../views/home/mainInput.vue')
}
},
{
path: 'canvas',
name: 'canvas',
component: () => import('../views/canvas/index.vue'),
meta: { topNavStyle: '2' }
},
]
},
{