{
"layout": "tabbar",
"style": {
// 'custom' 表示开启自定义导航栏,默认 'default'
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
}
}
{{ t('home.greeting') }}
{{ t('home.subtitle') }}
{{ t('home.wonderfulDay') }}
{{ agent.agentName }}
{{ t('home.languageModel') }}: {{ agent.llmModelName }}
{{ t('home.voiceModel') }}: {{ agent.ttsModelName }} ({{ agent.ttsVoiceName }})
{{ t('home.deviceManagement') }}({{ agent.deviceCount }})
{{ t('home.lastConversation') }}{{ formatTime(agent.lastConnectedAt) }}
{{ agent.tags.map(tag => tag.tagName).join(',') }}
{{ t('home.delete') }}
{{ t('home.emptyState') }}
{{ t('home.createFirstAgent') }}