Compare commits

...

2 Commits

Author SHA1 Message Date
zhuzichu
b723cfec4e
Merge pull request #542 from Hzlin7/main
fix: 修改Badge显示
2024-08-06 22:14:28 +08:00
hzlin
1b92928487 fix: 修改Badge显示 2024-08-03 10:34:47 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ Rectangle{
text:{
if(count<100)
return count
return count+"+"
return "100+"
}
}
}

View File

@ -73,7 +73,7 @@ Rectangle{
text:{
if(count<100)
return count
return count+"+"
return "100+"
}
}
}