mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-06 21:50:05 +00:00
fix theme angel kanade
This commit is contained in:
@@ -275,8 +275,7 @@
|
||||
|
||||
},
|
||||
getK2Gb(bs){
|
||||
bs = bs / 1024 /1024 /1024;
|
||||
return Math.ceil(bs.toFixed(2)) + 'GB';
|
||||
return (bs/1024/1024).toFixed(2) + 'GB'
|
||||
},
|
||||
listTipsMouseenter(obj,strs,tipsNum=1){
|
||||
this.layerIndex = layer.tips(strs, '#'+obj,{tips: [tipsNum, 'rgb(0 0 0 / 85%)'],time:0});
|
||||
|
||||
Reference in New Issue
Block a user