From 810441b611e7455f282f61f61636300b72669492 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com>
Date: Fri, 19 Apr 2024 15:38:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8=EF=BC=8C?=
=?UTF-8?q?=E5=B7=A6=E4=BE=A7=E2=98=81=EF=B8=8F=E6=8C=89=E9=92=AE=EF=BC=8C?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9B=B4=E6=8E=A5=E4=B8=8B=E8=BD=BD=EF=BC=8C?=
=?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AF=E5=9C=A8=E6=B5=8F=E8=A7=88=E5=99=A8?=
=?UTF-8?q?=E4=B8=AD=E6=89=93=E5=BC=80=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
github/monkey.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/github/monkey.js b/github/monkey.js
index 8df2511..80c1308 100644
--- a/github/monkey.js
+++ b/github/monkey.js
@@ -388,7 +388,7 @@ document.addEventListener("DOMContentLoaded", () => {
}
url_name = raw_url[menu_rawFast][1]; url_tip = raw_url[menu_rawFast][2];
- fileElm.insertAdjacentHTML('afterend', `${svg[0]}`);
+ fileElm.insertAdjacentHTML('afterend', `${svg[0]}`);
// 绑定鼠标事件
trElm.onmouseover = mouseOverHandler;
trElm.onmouseout = mouseOutHandler;