Feat(Fortune): Preview result url #62

Merged
tobiichi3227 merged 6 commits from feat/preview-result-url into main 2025-03-09 07:52:27 +00:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit b47b7344b6 - Show all commits

View File

@@ -100,13 +100,13 @@ button:hover {
#copy-result-button {
margin-top: 20px;
font-size: 1.5rem;
font-size: 2.2rem;
color: var(--copy-result-button-color);
}
#copy-preview-result-url-button {
margin-top: 20px;
font-size: 1.5rem;
font-size: 2.2rem;
color: var(--copy-preview-result-url-button-color);
}

View File

@@ -121,15 +121,15 @@
點擊打卡
</button>
<i
class="col-1 offset-1 fas fa-clone d-none"
id="copy-result-button"
onclick="copyResultImageToClipboard()"
></i>
<i
class="col-1 fas fa-link d-none"
class="offset-md-1 col-md-1 col-2 fas fa-link d-none"
id="copy-preview-result-url-button"
onclick="copyPreviewResultUrlToClipboard()"
></i>
<i
class="col-2 fas fa-clone d-none"
id="copy-result-button"
onclick="copyResultImageToClipboard()"
></i>
</div>
</div>