This commit is contained in:
xds
2026-02-12 17:35:54 +03:00
parent 2eda7526ef
commit aee0d596c2
4 changed files with 1001 additions and 0 deletions

View File

@@ -57,6 +57,11 @@ const router = createRouter({
name: 'flexible',
component: () => import('../views/FlexibleGenerationView.vue')
},
{
path: '/video',
name: 'video',
component: () => import('../views/VideoGenerationView.vue')
},
{
path: '/albums',
name: 'albums',