From 5ba10588bbf5ce67d7e1f5e8e13848eb1403addc Mon Sep 17 00:00:00 2001 From: ddCat Date: Thu, 3 Apr 2025 14:02:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8Dtoken=E5=A4=8D?= =?UTF-8?q?=E5=88=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + static/js/app.js | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/index.html b/index.html index 1bab70b..3d93dd4 100644 --- a/index.html +++ b/index.html @@ -307,6 +307,7 @@ + diff --git a/static/js/app.js b/static/js/app.js index 92873eb..43c9426 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -2447,22 +2447,6 @@ function bindModalEvents() { // 延迟调用清理,避免与Bootstrap自身的处理冲突 setTimeout(() => cleanupModalBackdrops(), 50); }); - - // 监听复制Token按钮 - 使用节流处理 - $('#copyTokenBtn') - .off('click') - .on( - 'click', - throttle(function () { - const token = $('#tokenFullText').val(); - if (token) { - copyToClipboard(token); - showAlert('Token已复制到剪贴板', 'success'); - } else { - showAlert('没有Token可复制', 'warning'); - } - }, 300) - ); } // 验证码请求检查
序号 邮箱 密码 TOKEN