Commit 14e27ea7 by Liu

fix: 欢迎语

parent f7e9453b
......@@ -12,7 +12,7 @@ export const TacticsWelcome: React.FC<TacticsWelcomeProps> = ({ cleared }) => {
const viteOutputObj = import.meta.env.VITE_OUTPUT_OBJ || 'open'
const welcomeText = cleared
? '暂无分析记录,点击右上方按钮开始新的分析吧!'
: '正在为您分析策略,请耐心等待一会儿哦~'
: '正在为您生成分析报告,请耐心等待一会哦~'
return (
<div className="chatWelcomeContainer w-full">
......
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