From f4875ab47b3babcd57ba70f88d1a5673d32df999 Mon Sep 17 00:00:00 2001 From: 1600822305 <161661698+1600822305@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:02:15 +0800 Subject: [PATCH] Add files via upload --- src/renderer/src/pages/settings/SettingsPage.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/renderer/src/pages/settings/SettingsPage.tsx b/src/renderer/src/pages/settings/SettingsPage.tsx index 9e3e94ca60..f2b4daabe9 100644 --- a/src/renderer/src/pages/settings/SettingsPage.tsx +++ b/src/renderer/src/pages/settings/SettingsPage.tsx @@ -9,6 +9,7 @@ import { RocketOutlined, SaveOutlined, SettingOutlined, + SoundOutlined, ThunderboltOutlined } from '@ant-design/icons' import { Navbar, NavbarCenter } from '@renderer/components/app/Navbar' @@ -32,6 +33,7 @@ import ProvidersList from './ProviderSettings' import QuickAssistantSettings from './QuickAssistantSettings' import QuickPhraseSettings from './QuickPhraseSettings' import ShortcutSettings from './ShortcutSettings' +import TTSSettings from './TTSSettings/TTSSettings' import WebSearchSettings from './WebSearchSettings' const SettingsPage: FC = () => { @@ -122,6 +124,12 @@ const SettingsPage: FC = () => { {t('settings.data.title')} + + + + {t('settings.tts.title')} + + @@ -141,6 +149,7 @@ const SettingsPage: FC = () => { } /> } /> } /> + } /> } /> } />