### What problem does this PR solve? feat: Wrap the searched chunk with a Popover #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -431,6 +431,7 @@ The above is the content you need to summarize.`,
|
||||
tts: 'Text to speech',
|
||||
ttsTip:
|
||||
'To play the voice using voice conversion, please select TTS (speech conversion model) in the settings first.',
|
||||
relatedQuestion: 'Related question',
|
||||
},
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
|
||||
@@ -400,6 +400,7 @@ export default {
|
||||
read: '朗讀內容',
|
||||
tts: '文字轉語音',
|
||||
ttsTip: '是否用語音轉換播放語音,請先在設定裡面選擇TTS(語音轉換模型)。',
|
||||
relatedQuestion: '相關問題',
|
||||
},
|
||||
setting: {
|
||||
profile: '概述',
|
||||
@@ -832,7 +833,7 @@ export default {
|
||||
wenCai: '問財',
|
||||
queryType: '查詢類型',
|
||||
wenCaiDescription:
|
||||
'該組件可用於獲取廣泛的金融領域的信息,包括但不限於股票、基金等...',
|
||||
'該組件可用於獲取廣泛的金融領域的o息,包括但不限於股票、基金等...',
|
||||
wenCaiQueryTypeOptions: {
|
||||
stock: '股票',
|
||||
zhishu: '指數',
|
||||
|
||||
@@ -417,6 +417,7 @@ export default {
|
||||
read: '朗读内容',
|
||||
tts: '文本转语音',
|
||||
ttsTip: '是否用语音转换播放语音,请先在设置里面选择TTS(语音转换模型)。',
|
||||
relatedQuestion: '相关问题',
|
||||
},
|
||||
setting: {
|
||||
profile: '概要',
|
||||
|
||||
Reference in New Issue
Block a user