Commit 411b1346 authored by 周成波's avatar 周成波

update

parent 9f33b0ca
...@@ -10,7 +10,6 @@ declare module 'vue' { ...@@ -10,7 +10,6 @@ declare module 'vue' {
ElButton: typeof import('element-plus/es')['ElButton'] ElButton: typeof import('element-plus/es')['ElButton']
ElDialog: typeof import('element-plus/es')['ElDialog'] ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider'] ElDivider: typeof import('element-plus/es')['ElDivider']
ElElFormItem: typeof import('element-plus/es')['ElElFormItem']
ElForm: typeof import('element-plus/es')['ElForm'] ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElImage: typeof import('element-plus/es')['ElImage'] ElImage: typeof import('element-plus/es')['ElImage']
...@@ -24,7 +23,6 @@ declare module 'vue' { ...@@ -24,7 +23,6 @@ declare module 'vue' {
ElTable: typeof import('element-plus/es')['ElTable'] ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElUpload: typeof import('element-plus/es')['ElUpload'] ElUpload: typeof import('element-plus/es')['ElUpload']
ElWatermark: typeof import('element-plus/es')['ElWatermark']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default'] IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default'] IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
......
...@@ -44,7 +44,7 @@ const tuili_llm_name = gpt.name ...@@ -44,7 +44,7 @@ const tuili_llm_name = gpt.name
const fanyi_llm = gpt.api const fanyi_llm = gpt.api
const fanyi_llm_name = gpt.name const fanyi_llm_name = gpt.name
const voice_rate = ref(-15) const voice_rate = ref(-10)
const voice_volume = ref(0) const voice_volume = ref(0)
const voice = ref("en-US-BrianNeural") const voice = ref("en-US-BrianNeural")
const bgm = ref("解忧曲") const bgm = ref("解忧曲")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment