0.2.1: fix style.

This commit is contained in:
2025-11-23 12:57:50 +08:00
parent d2625039e9
commit d33ce4c99b
3 changed files with 6 additions and 4 deletions

View File

@@ -19,11 +19,12 @@
一键打开
</a>
<% else %>
<button onclick="copyLink(String.raw`<%= archive_url %>`); return false;"
class="archive-button">
<a href="#"
onclick="copyLink(String.raw`<%= archive_url %>`); return false;"
class="archive-button">
<span class="archive-icon">📋</span>
一键复制
</button>
</a>
<% end %>
<% end %>