From 8f9a55ffb1bfedeaa2127e535f6df550f1388ea6 Mon Sep 17 00:00:00 2001 From: wood chen Date: Fri, 20 Jun 2025 16:13:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20devIconsUrl=20?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=BB=A5=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor.js b/src/components/Editor.js index e2aed92..4e735f7 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -25,7 +25,7 @@ const defaultSettings = { platform: 'hashnode' }; -const devIconsUrl = "https://mirror.czl.net/https://raw.githubusercontent.com/devicons/devicon/master/devicon.json" +const devIconsUrl = "https://mirror.20200511.xyz/https://raw.githubusercontent.com/devicons/devicon/master/devicon.json" class Editor extends React.Component {