oauth response array

This commit is contained in:
xiaomlove
2024-04-05 22:40:06 +08:00
parent 8d07ad98f7
commit ff1b88a25f
15 changed files with 418 additions and 3 deletions

View File

@@ -5774,7 +5774,7 @@ function get_share_ratio($uploaded, $downloaded)
$ratio = floor(($uploaded / $downloaded) * 1000) / 1000;
} elseif ($uploaded) {
//@todo 读语言文件
$ratio = '无限';
$ratio = 'Infinity';
} else {
$ratio = '---';
}