TGTGInsighttelegram intelligenceLIVE / telegram public index
← PTPP Actions
PTPP Actions avatar

TGINSIGHT POST

Post #2240

@PTPPAction

PTPP Actions

Views1,460Post view count
PostedAug 508/05/2024, 02:06 AM
Post content

Post content

#jiang925#open 抢先体验版本不保证稳定性 fix: fix a few configs have incorrect "downloaded" with "G"/"T" instead of "GB"/"TB" commit fix: fix a few configs have incorrect "downloaded" with "G"/"T" instead of "GB"/"TB" 描述 有些站的升级增量计算有误。下载数据被无条件满足。 原因是因为有些站的“downloaded”配置是“500G”这样,而不是“500GB”这样。fileSizetoLength函数负责把这个配置转换成一个以字节为单位的整数。而这个函数里有一个正则表达式是期待“GB”而不是“B”。导致了这些数值被转换成了0。从而别无条件满足。修改配置即可修复。("T" vs "TB"同理) CleanShot 2024-08-04 at 21 50 18@2x CleanShot 2024-08-04 at 21 44 22@2x |Before|After| | | - | |明明没有满足下载量,却认为我到了EU|正常计算下一级所需的下载增量| |CleanShot 2024-08-04 at 21 43 46@2x|CleanShot 2024-08-04 at 21 53 45@2x|