fix: PayPal payment_method column length issue; add image model selection for storyboard; remove task restore popups; sync UserWork status on task failure

This commit is contained in:
AIGC Developer
2025-12-05 09:57:09 +08:00
parent dbd06435cb
commit b4b0230ee1
484 changed files with 5238 additions and 5379 deletions

View File

@@ -46,7 +46,7 @@ const routes = [
meta: { title: '任务状态', requiresAuth: true }
},
{
path: '/video/:id',
path: '/video/:id',
name: 'VideoDetail',
component: VideoDetail,
meta: { title: '视频详情', requiresAuth: true }