更新功能和文档: 增强支付系统、任务队列管理、用户作品管理等功能

This commit is contained in:
AIGC Developer
2025-10-29 10:16:03 +08:00
parent 8c55f9f376
commit 6f72386523
64 changed files with 1529 additions and 339 deletions

View File

@@ -201,11 +201,11 @@ const goToMyWorks = () => {
}
const goToImageToVideo = () => {
router.push('/image-to-video')
router.push('/image-to-video/create')
}
const goToStoryboardVideo = () => {
router.push('/storyboard-video')
router.push('/storyboard-video/create')
}
const goToCreate = (work) => {