This commit is contained in:
jxxghp
2023-07-02 19:32:25 +08:00
parent a1ee522b83
commit 501a470607
2 changed files with 23 additions and 4 deletions

View File

@@ -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`;
};
// 下载状态