From 3073ee8908e6dc15d28f33b3e13c69f923079627 Mon Sep 17 00:00:00 2001 From: WangJinQiang <1061669148@qq.com> Date: Tue, 29 Apr 2025 15:31:43 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b61729..dc57110 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ###### Docker 部署 ```shell -docker run -d -p 8080:8080 --name=tts zuoban/zb-ttsdocker run -d -p 8080:8080 --name=tts zuoban/zb-tts +docker run -d -p 8080:8080 --name=tts zuoban/zb-tts ``` 部署完成后,访问 `http://localhost:8080` 使用 Web 界面,或通过 `http://localhost:8080/api-doc` 查看 API 文档。部署完成后,访问 `http://localhost:8080` 使用 Web 界面,或通过 `http://localhost:8080/api-doc` 查看 API 文档。 @@ -35,7 +35,7 @@ docker run -d -p 8080:8080 --name=tts zuoban/zb-ttsdocker run -d -p 8080:8080 -- ```shell # 基础文本转语音# 基础文本转语音 -curl "http://localhost:8080/tts?t=你好,世界&v=zh-CN-XiaoxiaoNeural"curl "http://localhost:8080/tts?t=你好,世界&v=zh-CN-XiaoxiaoNeural" +curl "http://localhost:8080/tts?t=你好,世界&v=zh-CN-XiaoxiaoNeural" # 调整语速和语调 curl "http://localhost:8080/tts?t=你好,世界&v=zh-CN-XiaoxiaoNeural&r=20&p=10"