From abc9518ba1978ac69ebdaf4ec737db3ec5a11e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <1272742391@qq.com> Date: Thu, 6 Jun 2019 22:36:34 +0800 Subject: [PATCH] FIx git.io link --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5b874a5..03ae23d 100644 --- a/index.html +++ b/index.html @@ -423,11 +423,12 @@ 随机信号和电量 -、 + - + +
@@ -637,6 +638,7 @@ } function copyGitLink() { + document.getElementById('gitLink').style.display = 'block'; var range = document.createRange(); range.selectNodeContents(document.getElementById('gitLink')); var selection = document.getSelection(); @@ -647,6 +649,7 @@ mdui.snackbar({ message: '已复制到剪贴板~( っ*\'ω\'*c)' }); + document.getElementById('gitLink').style.display = 'none'; } //设置界面显示