raliz #1

Merged
zjt merged 5 commits from raliz into master 2024-07-03 10:57:35 +08:00
Showing only changes of commit 201283fd94 - Show all commits

View File

@ -39,7 +39,7 @@ export default function Home() {
const characterId = query.get("id"); const characterId = query.get("id");
const token = query.get("token"); const token = query.get("token");
const voice2txt = (txt: string) => { const voice2txt = (txt: string) => {
fetch("xxxx/voice/txt2voice", { fetch("sharkapiBaseUrl/voice/txt2voice", {
method: "POST", method: "POST",
headers: { headers: {
"Content-Type": "application/json", "Content-Type": "application/json",