From 498980ab93a67927952d145fa2fdb6d88f6db395 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Mon, 9 Jun 2025 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=A0=8F=E7=82=B8=E5=BD=95=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 1 + 1 file changed, 1 insertion(+) diff --git a/project/plugins.js b/project/plugins.js index b46dfd67..cbc62c51 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -4099,6 +4099,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = * @param {'normal'|'num'|'replay'|'hide'} type */ function setToolbarButton(type) { + if (main.replayChecking) return; // 录像验证必须干掉此函数 因为它操作了DOM const currList = getToolBarConfig(type); if (!currList) return; const fragment = document.createDocumentFragment();