feat: image wall stable diffusion image list component is ready

This commit is contained in:
RockYang
2023-10-13 15:16:40 +08:00
parent b47ff975b0
commit b59ad521ca
17 changed files with 727 additions and 524 deletions

View File

@@ -22,7 +22,7 @@ const routes = [
},
{
name: 'image-sd',
path: '/sd',
path: '/sd/',
meta: {title: 'Stable Diffusion 绘画中心'},
component: () => import('@/views/ImageSd.vue'),
},