From 116c505ba016ac307688c7857da812b029c9d39e Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Thu, 11 Apr 2024 22:59:36 +0800 Subject: [PATCH] Feat: Show the copy button after clicking the getLuck button --- fortune_generator/index.html | 2 +- fortune_generator/js/fortune.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fortune_generator/index.html b/fortune_generator/index.html index 40d0616..4f87688 100644 --- a/fortune_generator/index.html +++ b/fortune_generator/index.html @@ -100,7 +100,7 @@
- +
diff --git a/fortune_generator/js/fortune.js b/fortune_generator/js/fortune.js index c76fe77..085624f 100644 --- a/fortune_generator/js/fortune.js +++ b/fortune_generator/js/fortune.js @@ -285,6 +285,7 @@ function Appear() { J_l_2_desc.html(l_2_desc); } } + $("#copy-result").removeClass("d-none"); } function getLuck() {