fix: 修改Badge显示

This commit is contained in:
hzlin 2024-08-03 10:34:47 +08:00
parent 4e4016ae3f
commit 1b92928487
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+"
}
}
}