From c6360345c1eb5450b62572d32ed46a7e5e9a7038 Mon Sep 17 00:00:00 2001 From: Wei Cheng Date: Sat, 28 Feb 2026 12:16:19 +0000 Subject: [PATCH] update gallery --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 4da9443..6d5098e 100644 --- a/index.html +++ b/index.html @@ -630,7 +630,7 @@
- +
@@ -980,10 +980,10 @@ const text = citationEl.textContent || ''; try { await navigator.clipboard.writeText(text); - btn.textContent = '已复制'; + btn.textContent = 'Copied Citation'; setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200); } catch (_) { - btn.textContent = '复制失败'; + btn.textContent = 'Copy Citation Failed'; setTimeout(() => { btn.textContent = 'Copied Citation'; }, 1200); } });