lh 3 months ago
parent
commit
b76c30a7d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/Anime/AnimeService.php

+ 1 - 1
app/Services/Anime/AnimeService.php

@@ -950,7 +950,7 @@ class AnimeService
             ->toArray();
 
         if (empty($segments)) {
-            Utils::throwError('20003:未找到分镜信息');
+            Utils::throwError('20003:所有分镜图片已完成或正在生成中');
         }
 
         $updated_segments = [];