mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 02:10:55 +00:00
fix: 内存计算误差
This commit is contained in:
@ -182,7 +182,7 @@
|
||||
|
||||
function getBarOption(title, percent) {
|
||||
let fillet = 0
|
||||
if (percent < 15){
|
||||
if (percent < 5){
|
||||
fillet = 50
|
||||
}
|
||||
// data为百分比,最大值为100
|
||||
|
@ -24,7 +24,7 @@
|
||||
.info-box {
|
||||
border-radius: 30px;
|
||||
padding: 30px;
|
||||
backdrop-filter: blur(30px);
|
||||
backdrop-filter: blur(60px);
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user