feat: Integrate Aliyun TTS backend with dynamic speaker validation and listing, and adjust toast notification position.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 19:09:10 +08:00
parent fc6401e532
commit 18fd1f0fa5
5 changed files with 52 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ function App() {
<BrowserRouter>
<AuthProvider>
<UserPreferencesProvider>
<Toaster position="top-right" />
<Toaster position="top-center" offset="16px" />
<Suspense fallback={<LoadingScreen />}>
<Routes>
<Route