diff --git a/frontend/public/demo.pdf b/frontend/public/demo.pdf index 04281dc..cfc6f16 100644 Binary files a/frontend/public/demo.pdf and b/frontend/public/demo.pdf differ diff --git a/frontend/src/components/audio.tsx b/frontend/src/components/audio.tsx index 3592dbd..b59b798 100644 --- a/frontend/src/components/audio.tsx +++ b/frontend/src/components/audio.tsx @@ -27,7 +27,7 @@ export default function Audio({ audioUrl, isAudioLoading, audioError }: { audioU }; return ( -
+
{isAudioLoading ? ( diff --git a/frontend/src/components/episode.tsx b/frontend/src/components/episode.tsx index e716ed6..fcbdacc 100644 --- a/frontend/src/components/episode.tsx +++ b/frontend/src/components/episode.tsx @@ -14,7 +14,7 @@ interface EpisodeProps { export default function Episode({ isPodInfoLoading, podInfoError, podInfoData }: EpisodeProps) { return ( -
+
{podInfoData?.title setTimeout(resolve, 2000)); // 等待2秒 + await new Promise(resolve => setTimeout(resolve, 10000)); const statusResponse = await fetch(`${BASE_URL}/audio_status/${task_id}`); const status = await statusResponse.json();