feat: 更新网页标题

-将网页标题从"易商智汇"改为"恒安标准人寿
This commit is contained in:
陈昱达
2025-06-05 18:13:29 +08:00
parent a6129d501b
commit 03b469840b

View File

@@ -250,6 +250,9 @@ export default {
if (!this.currentMessage || !answer) return;
const mode = this.isThink ? 'think' : 'text';
this.currentMessage[mode] += answer
return
// 清除之前的动画任务
if (this.timer) {
cancelAnimationFrame(this.timer);