mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
优化更新面板异常回复
This commit is contained in:
parent
a5c6ee4a37
commit
1bbfb8cf0f
2 changed files with 20 additions and 15 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue