mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(ChatService, VideoService): 优化系统消息清理逻辑并移除冗余日志
- 改进 cleanSystemMessage 方法,增强 XML 声明移除和尾部时间戳清理 - 优化正则表达式以更准确地处理 XML/HTML 标签 - 从 VideoService 中移除大量冗余的 console.log 调试日志 - 简化错误处理,使用注释替代冗余日志输出 - 提升代码可读性和性能,减少不必要的日志输出开销
This commit is contained in:
@@ -2095,7 +2095,7 @@
|
||||
|
||||
.video-play-button {
|
||||
opacity: 1;
|
||||
transform: scale(1.1);
|
||||
transform: translate(-50%, -50%) scale(1.1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user