调整 文字格式细节

This commit is contained in:
xiu2
2021-11-14 15:16:32 +08:00
parent 445ca36877
commit e5bbd07aea
4 changed files with 19 additions and 19 deletions

View File

@@ -161,6 +161,6 @@ func (s DownloadSpeedSet) Print(ipv6 bool) {
fmt.Printf(dataFormat, dateString[i][0], dateString[i][1], dateString[i][2], dateString[i][3], dateString[i][4], dateString[i][5])
}
if !noOutput() {
fmt.Printf("\n完整测速结果已写入 %v 文件,使用记事本/表格软件查看。\n", Output)
fmt.Printf("\n完整测速结果已写入 %v 文件,使用记事本/表格软件查看。", Output)
}
}