mirror of https://github.com/2dust/v2rayN
Don't show "TB"
parent
5de50009d2
commit
3b06b553eb
|
@ -285,14 +285,14 @@ namespace v2rayN
|
||||||
if (GBs > 0)
|
if (GBs > 0)
|
||||||
{
|
{
|
||||||
// multi GB
|
// multi GB
|
||||||
ulong TBs = GBs / factor;
|
/*ulong TBs = GBs / factor;
|
||||||
if (TBs > 0)
|
if (TBs > 0)
|
||||||
{
|
{
|
||||||
// 你是魔鬼吗? 用这么多流量
|
// 你是魔鬼吗? 用这么多流量
|
||||||
result = TBs + GBs % factor / (factor + 0.0);
|
result = TBs + GBs % factor / (factor + 0.0);
|
||||||
unit = "TB";
|
unit = "TB";
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
result = GBs + MBs % factor / (factor + 0.0);
|
result = GBs + MBs % factor / (factor + 0.0);
|
||||||
unit = "GB";
|
unit = "GB";
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue