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
-2
View File
@@ -32,8 +32,6 @@
</div>
<div class="row-meta-grid">
<span>物品数:{{ box.items|length }}</span>
<span>房间:{{ box.room or '-' }}</span>
<span>状态:{{ box.status or '-' }}</span>
</div>
{% if box.note %}<p class="row-note">{{ box.note }}</p>{% endif %}
</div>
-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>