diff --git a/frontend/src/views/chat/index.vue b/frontend/src/views/chat/index.vue index faecc55d3..e5f924cef 100644 --- a/frontend/src/views/chat/index.vue +++ b/frontend/src/views/chat/index.vue @@ -120,10 +120,13 @@ > - {{ appearanceStore.pc_welcome ?? t('qa.greeting') }} + {{ appearanceStore.pc_welcome ?? '你好,我是 SQLBot' }}
- {{ appearanceStore.pc_welcome_desc ?? t('qa.hint_description') }} + {{ + appearanceStore.pc_welcome_desc ?? + '我可以查询数据、生成图表、检测数据异常、预测数据等赶快开启智能问数吧~' + }}