mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-03 06:41:09 +08:00
fix
This commit is contained in:
@@ -17,7 +17,7 @@ const getPercentage = () => {
|
||||
|
||||
// 速度
|
||||
const getSpeedText = () => {
|
||||
return `↑${props.info?.upspeed}B/s ↓${props.info?.dlspeed}B/s`;
|
||||
return `↑ ${props.info?.upspeed}/s ↓ ${props.info?.dlspeed}/s`;
|
||||
};
|
||||
|
||||
// 下载状态
|
||||
|
||||
Reference in New Issue
Block a user