mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
🐞 Bug Fixes: - Fix missing upload/download rate display in connections page after IPC migration - Implement real-time connection speed calculation based on data differences - Add connection speed data types and calculation logic 🔧 Technical Improvements: - Add connection speed calculation function in AppDataProvider - Use useRef to store previous connection data for speed difference calculation - Add curUpload and curDownload fields to connection data - Optimize connection data processing flow for accurate speed calculations 📝 Changelog: - Update relevant issue descriptions in UPDATELOG.md
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
- 改进核心启动/停止/重启后的状态刷新机制
|
||||
- 修复 `Windows` 安装器删除用户自启问题
|
||||
- 修复 `Windows` 安装器参数使用错误问题
|
||||
- 修复 `IPC` 迁移后测速功能异常
|
||||
- 修复 `IPC` 迁移后节点测速功能异常
|
||||
- 修复 `IPC` 迁移后连接上下行速率计算功能异常
|
||||
|
||||
### 🔧 技术改进
|
||||
|
||||
|
||||
Reference in New Issue
Block a user