From 9bff3c5c7d7ff645edc2bde453f7368fbb903f38 Mon Sep 17 00:00:00 2001 From: star1 Date: Sat, 10 Aug 2024 07:01:44 +0000 Subject: [PATCH] =?UTF-8?q?update=20=5Fsrc/plugins/catchremoteimage.js.=20?= =?UTF-8?q?=E9=87=87=E9=9B=86=E5=9B=BE=E7=89=87=E6=9B=BF=E6=8D=A2=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=EF=BC=8C=E5=B1=95=E7=A4=BAloading=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: star1 --- _src/plugins/catchremoteimage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/plugins/catchremoteimage.js b/_src/plugins/catchremoteimage.js index 7e428f1..05e43e7 100644 --- a/_src/plugins/catchremoteimage.js +++ b/_src/plugins/catchremoteimage.js @@ -174,7 +174,7 @@ UE.plugins["catchremoteimage"] = function () { if (/^(https?|ftp):/i.test(src) && !test(src, catcherLocalDomain)) { catchElement('image', ci, src); domUtils.setAttributes(ci, { - class: "loadingclass", + class: "uep-loading", _src: src, src: loadingIMG }) -- Gitee