From 0cc773068a9ea70a285e730290316cfa622bcf6a Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Fri, 29 Jul 2022 09:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=8F=8B=E6=83=85=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20hutool=20logo=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sa-token-doc/index.html b/sa-token-doc/index.html index 1a2f31fc..adf194ce 100644 --- a/sa-token-doc/index.html +++ b/sa-token-doc/index.html @@ -349,7 +349,7 @@ - + @@ -439,12 +439,15 @@ - - - + + + + + +
@@ -588,7 +591,7 @@ return; } // 如果不是oss上的图片 - if(img.src.indexOf('https://oss.dev33.cn') == -1) { + if(img.src.indexOf('https://oss.dev33.cn') == -1 || img.src.endsWith('.svg')) { return; } img.src = img.src + "?x-oss-process=image/resize,m_lfit,w_" + (img.width) + ",limit_0/auto-orient,0";