From d79c6cb67f57bbf826a7ba9dc5657d7bc5515779 Mon Sep 17 00:00:00 2001 From: "2570050763@qq.com" <2570050763@qq.com> Date: Fri, 18 Sep 2026 11:49:33 +0800 Subject: [PATCH] =?UTF-8?q?tts:=20=E5=B0=86=E5=9B=BE=E7=89=87=E8=BD=AC?= =?UTF-8?q?=E6=96=87=E5=AD=97/=E6=9F=A5=E9=94=99=E5=AD=97/=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=86=E6=AE=B5=E4=B8=89=E4=B8=AA=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=8D=A1=E7=A7=BB=E8=87=B3=E8=BE=93=E5=85=A5=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=86=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/tts/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/app/tts/page.tsx b/app/tts/page.tsx index 49957f2..4788629 100644 --- a/app/tts/page.tsx +++ b/app/tts/page.tsx @@ -476,6 +476,13 @@ export default function TtsPage() { spellCheck suppressContentEditableWarning /> +
+ + + +
+ void handleOcr(event.target.files?.[0])} ref={fileInputRef} type="file" /> + {helperMessage ?

{helperMessage}

: null}
输入停顿 @@ -524,17 +531,6 @@ export default function TtsPage() {
-
-
少打字 · 少校对 · 少返工
-
- - - -
- void handleOcr(event.target.files?.[0])} ref={fileInputRef} type="file" /> - {helperMessage ?

{helperMessage}

: null} -
- {error ?

{error}

: null} {result ?

04 / Result

生成完成

{result.fileName}

:

生成结果会显示在这里

选择音色并输入文本后,即可试听和下载。

}