Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenxuan committed Dec 24, 2024
1 parent dbd5218 commit 7d084cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/utils/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export class Base {

// 打印下载进度、速度和剩余时间
console.log(
`🚀Downloading🚀 ${opt.title}${opt.filetype ?? '.mp4'} ${generateProgressBar(progressPercentage)} ${coloredPercentage} ${downloadedSizeMB}/${totalSizeMB} MB | ${formattedSpeed} 剩余: ${formattedRemainingTime}\r`
`🚀 Downloading 🚀 ${opt.title}${opt.filetype ?? '.mp4'} ${generateProgressBar(progressPercentage)} ${coloredPercentage} ${downloadedSizeMB}/${totalSizeMB} MB | ${formattedSpeed} 剩余: ${formattedRemainingTime}\r`
)
})

Expand Down

0 comments on commit 7d084cf

Please sign in to comment.