136136 placement =" top"
137137 width =" auto"
138138 >
139- <template #default >
140- <!-- <div>语言: {{ scope.row.content.languageSelect }}</div>
141- <div>语音: {{ scope.row.content.voiceSelect }}</div>
142- <div>风格: {{ scope.row.content.voiceStyleSelect }}</div>
143- <div>角色: {{ scope.row.content.role }}</div>
144- <div>语速: {{ scope.row.content.speed }}</div>
145- <div>音调: {{ scope.row.content.pitch }}</div> -->
139+ <template #default >-->
146140 <div >{{ t('configPage.language') }}: {{ scope.row.content.languageSelect }}</div >
147141 <div >{{ t('configPage.voice') }}: {{ scope.row.content.voiceSelect }}</div >
148142 <div >{{ t('configPage.style') }}: {{ scope.row.content.voiceStyleSelect }}</div >
@@ -202,7 +196,7 @@ import { storeToRefs } from "pinia";
202196import Donate from " ./Donate.vue" ;
203197import { useI18n } from ' vue-i18n' ;
204198import i18n from " @/assets/i18n/i18n" ;
205- const { t } = useI18n ();
199+ const { t } = useI18n ();
206200
207201const { ipcRenderer, shell } = require (" electron" );
208202
@@ -214,8 +208,6 @@ const { config } = storeToRefs(ttsStore);
214208
215209
216210const languages = [
217- // Agrega más idiomas según sea necesario
218-
219211 { label: ' English' , value: ' en' },
220212 { label: ' Español' , value: ' es' },
221213 { label: ' 中文' , value: ' zh' },
@@ -227,7 +219,6 @@ const gptModels = [
227219 { label: ' GPT-3.5 Turbo Instruct' , value: ' gpt-3.5-turbo-instruct' },
228220 { label: ' GPT 4 8k' , value: ' gpt-4' },
229221 { label: ' GPT 4 32k' , value: ' gpt-4-32k' },
230- // Agrega más modelos según sea necesario
231222];
232223
233224const saveLanguageConfig = () => {
0 commit comments