diff --git a/.gitignore b/.gitignore index 04a9445..d09795e 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ data/*.db **/.Spotlight-V100 .Trashes **/.Trashes +.codex \ No newline at end of file diff --git a/app/templates/items/show.html b/app/templates/items/show.html index 374f446..3b99942 100644 --- a/app/templates/items/show.html +++ b/app/templates/items/show.html @@ -70,6 +70,11 @@ 上级容器:{{ item.name }} {% if subitem.note %}
备注:{{ subitem.note }}
{% endif %} +