fix(ChatService, VideoService): 优化系统消息清理逻辑并移除冗余日志

- 改进 cleanSystemMessage 方法,增强 XML 声明移除和尾部时间戳清理
- 优化正则表达式以更准确地处理 XML/HTML 标签
- 从 VideoService 中移除大量冗余的 console.log 调试日志
- 简化错误处理,使用注释替代冗余日志输出
- 提升代码可读性和性能,减少不必要的日志输出开销
This commit is contained in:
Forrest
2026-01-18 23:41:55 +08:00
parent e5cf71b7c5
commit dd2602ea35
3 changed files with 12 additions and 41 deletions

View File

@@ -2095,7 +2095,7 @@
.video-play-button {
opacity: 1;
transform: scale(1.1);
transform: translate(-50%, -50%) scale(1.1);
}
}