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'; } //设置界面显示