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

@@ -286,6 +286,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'">
<div style="text-align: center; margin-bottom: 10px; color: var(--primary-color); font-size: 0.8rem; letter-spacing: 2px; font-weight: 600; opacity: 0.9;">
@@ -392,6 +395,9 @@
<button onclick="window.location.href='/'" style="margin-top: 30px;">返回首页</button>
<button onclick="resetFlow()" style="margin-top: 15px; background: transparent; border: 1px solid rgba(255,255,255,0.2);">继续修改</button>
<a href="/admin">
<button style="margin-top: 15px; background: transparent; border: 1px solid rgba(255,255,255,0.2);">← 返回管理后台</button>
</a>
</div>
</div>