feat: Add image generation and image-to-prompt features, integrate Telegram for generation results, and enhance asset management.
This commit is contained in:
@@ -28,6 +28,16 @@ const router = createRouter({
|
||||
path: '/characters/:id',
|
||||
name: 'character-detail',
|
||||
component: () => import('../views/CharacterDetailView.vue')
|
||||
},
|
||||
{
|
||||
path: '/image-to-prompt',
|
||||
name: 'image-to-prompt',
|
||||
component: () => import('../views/ImageToPromptView.vue')
|
||||
},
|
||||
{
|
||||
path: '/generation',
|
||||
name: 'generation',
|
||||
component: () => import('../views/ImageGenerationView.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user