mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 07:03:55 +08:00
feat: mobile端同步更新上报模式、语言设置功能
This commit is contained in:
@@ -124,6 +124,17 @@ export default {
|
||||
'agent.pleaseInputAgentName': '请输入智能体名称',
|
||||
'agent.pleaseInputRoleDescription': '请输入角色介绍',
|
||||
'agent.pleaseSelect': '请选择',
|
||||
'agent.reportText': '上报文字',
|
||||
'agent.reportTextVoice': '上报文字+语音',
|
||||
'agent.reportMode': '上报模式',
|
||||
'agent.language': '对话语言',
|
||||
'agent.languageConfig': '语速音调',
|
||||
'agent.ttsVolume': '音量',
|
||||
'agent.ttsRate': '语速',
|
||||
'agent.ttsPitch': '音调',
|
||||
'agent.volumeHint': '-100=最小, 0=标准, 100=最大',
|
||||
'agent.speedHint': '-100=最慢, 0=标准, 100=最快',
|
||||
'agent.pitchHint': '-100=最低, 0=标准, 100=最高',
|
||||
|
||||
// 上下文源对话框相关
|
||||
'contextProviderDialog.title': '编辑源',
|
||||
|
||||
Reference in New Issue
Block a user