Refine overview cards and ignore macOS files

This commit is contained in:
2026-04-19 16:06:01 +02:00
parent 8d89caea0c
commit c3ba361724
4 changed files with 59 additions and 3 deletions
-1
View File
@@ -63,7 +63,6 @@
</div>
<div class="row-meta-grid">
<span>数量:{{ item.quantity if item.quantity is not none else 1 }}</span>
{% if item.note %}<span>有备注</span>{% endif %}
</div>
{% if item.note %}<p class="row-note">{{ item.note }}</p>{% endif %}
</div>