Commit 54aa3d10 by Liu

fix:欢迎语

parent 9112f406
...@@ -19,10 +19,10 @@ export const ChatWelcome: React.FC<ChatWelcomeProps> = ({ toolName: _toolName }) ...@@ -19,10 +19,10 @@ export const ChatWelcome: React.FC<ChatWelcomeProps> = ({ toolName: _toolName })
} }
if (currentToolId === '6712395743241') { if (currentToolId === '6712395743241') {
return 'HI~我是您的提质增效助手,有什么可以帮您?' return 'HI,我是AI提质增效助手,可以为您解答研发需求计划和业务功能流程等相关问题。请问有什么可以帮您?'
} }
return '您好,有什么我可以帮您的吗?' return 'HI,我是AI制度活化助手,可以为您提供公司规章制度、政策条款的查询与解读服务。请问您想了解什么呢?'
} }
return ( return (
......
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