Add files via upload

This commit is contained in:
洪宇亮
2025-08-23 21:42:35 +08:00
committed by GitHub
parent dafedf5675
commit d98a60fbbb

View File

@@ -84,7 +84,7 @@
const copyCode = async () => { const copyCode = async () => {
copied = true; copied = true;
await copyToClipboard(code); await copyToClipboard(_code);
setTimeout(() => { setTimeout(() => {
copied = false; copied = false;