增加生成动画

This commit is contained in:
2026-04-22 12:00:22 +08:00
parent 8d14f023fa
commit 049f9dd68f
2 changed files with 103 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ export function createCreation(data: CreationSubmitParams) {
export function downloadToFile(data: DownloadToFileParams) {
return request({
url: '/oss/file/downloadToFile',
url: '/oss/file/downloadToBrowser',
method: 'post',
data,
});