
🛠 修复
🛠 Fix
- 启动性能优化:修复了在后端服务不可用时插件加载缓慢的问题,避免同步逻辑阻塞 UI 线程。
- Startup performance optimization: Fixed the issue of slow plug-in loading when the backend service is unavailable to avoid synchronization logic blocking the UI thread.
- 自动连接完善:修复了被服务器剔除后 WebSocket 仍尝试自动重连的问题,并自动重置同步开关状态。
- Automatic connection improvement: Fixed the problem of WebSocket still trying to automatically reconnect after being rejected by the server, and automatically resetting the synchronization switch state.
- 安全审计合规:使用
fflate 彻底替换 JSZip,移除了引起安全警告的旧版 polyfill。
- Security Audit Compliance: Use
fflate to completely replace JSZip, removing the old polyfill that caused security warnings.
⚡️ 优化与性能
⚡️ Optimization and performance
- 连接远端服务优化:连接远端服务的功能界面的增加服务状态检测,提升用户体验。
- Optimization of connecting to remote services: Add service status detection to the functional interface of connecting to remote services to improve user experience.