feat: add concurrency safety, caption detection, admin enhancements, and performance improvements

This commit is contained in:
2026-06-14 22:20:02 +08:00
parent 8f13c31991
commit 29fb20828e
23 changed files with 1782 additions and 114 deletions
-2
View File
@@ -29,8 +29,6 @@
<a href="/reading-list">阅读列表</a>
{% if is_admin %}
<a href="/admin/">管理</a>
<a href="/admin/logout" onclick="event.preventDefault();this.closest('form').submit()">退出</a>
<form action="/admin/logout" method="post" style="display:none"></form>
{% else %}
<a href="/admin/login">管理</a>
{% endif %}