mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 19:14:27 +00:00
0.7.0
fix 未开启复制链接时的强制检测
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
const tooltip = document.getElementById('copyTooltip');
|
||||
let timeoutId = null;
|
||||
// 确保初始状态下提示框是隐藏的
|
||||
tooltip.style.display = 'none';
|
||||
//tooltip.style.display = 'none';
|
||||
// 复制函数
|
||||
function copyToClipboard(text) {
|
||||
navigator.clipboard.writeText(text).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user