fix: 更新 devIconsUrl 链接以使用新的镜像地址

This commit is contained in:
wood chen 2025-06-20 16:13:48 +08:00
parent 6b549e6c64
commit 8f9a55ffb1

View File

@ -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 {