修正一处渲染错误

This commit is contained in:
Kokomi 2022-04-12 04:28:50 +08:00
parent ac25c8ee63
commit 86c5a2dc2f

View File

@ -53,11 +53,11 @@
<div class="talent-desc">
{{each skill.desc d}}
{{ if d.length < 6 }}
{{if d === "•"}} • {{else}} <span>{{d}}</span>
{{if d === "•"}} • {{else}} <span>{{@d}}</span>
{{/if}}
{{else}}
{{#d}}</br>
{{@d}}</br>
{{/if}}
{{/each}}
</div>