优化更新面板异常回复

This commit is contained in:
UCPr 2025-07-18 04:33:39 +08:00
parent a5c6ee4a37
commit 1bbfb8cf0f
2 changed files with 20 additions and 15 deletions

View file

@ -222,7 +222,7 @@
<div class="properties">
<div class="prop-icon {{prop.classname}}"></div>
{{if prop.score !== false}}
<div class="label yellow hit{{prop.base_score * 100}}">
<div class="label yellow hit{{prop.base_score * 100 - (prop.base_score * 100 % 25)}}">
{{else}}
<div class="label yellow">
{{/if}}