This commit is contained in:
jeremygan2021
2026-03-20 16:21:33 +08:00
parent 7caff4d72d
commit ccced584dc
2 changed files with 11 additions and 1 deletions

View File

@@ -253,6 +253,9 @@
</div>
<div class="container">
<div style="margin-bottom: 10px;">
<a href="/admin" style="color: var(--text-muted); text-decoration: none;">← 返回管理后台</a>
</div>
<header>
<img src="{{ config.header_image }}" alt="{{ config.event_title }}" class="header-img" onerror="this.style.display='none'">
<h1>添加新嘉宾</h1>
@@ -291,8 +294,9 @@
<div id="submit-success" class="success-msg hidden"></div>
</div>
<div style="text-align: center; margin-top: 20px;">
<div style="text-align: center; margin-top: 20px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
<a href="/" style="color: var(--text-muted); text-decoration: none; border-bottom: 1px dashed var(--text-muted);">返回签到首页</a>
<a href="/admin" style="color: var(--text-muted); text-decoration: none; border-bottom: 1px dashed var(--text-muted);">← 返回管理后台</a>
</div>
</div>