From e503b9859127593cd2a29883ff8a41b24cc08c03 Mon Sep 17 00:00:00 2001 From: the1812 Date: Thu, 9 Jun 2022 21:54:56 +0800 Subject: [PATCH] Fix github mdi cdn --- webpack/cdn/github.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/cdn/github.js b/webpack/cdn/github.js index 16c56b385..bfef9c00a 100644 --- a/webpack/cdn/github.js +++ b/webpack/cdn/github.js @@ -10,7 +10,7 @@ const github = { protobuf: `https://${host}/protobufjs/protobuf.js/6.10.1/dist/light/protobuf.min.js`, jszip: `https://${host}/Stuk/jszip/3.7.1/dist/jszip.min.js`, sortable: `https://${host}/SortableJS/Sortable/1.14.0/Sortable.min.js`, - mdi: `https://${host}/Templarian/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.min.css`, + mdi: `https://${owner}.github.io/Bilibili-Evolved/static/mdi/mdi.css`, }, smallLogo: `https://${host}/${owner}/Bilibili-Evolved/preview/images/logo-small.png`, logo: `https://${host}/${owner}/Bilibili-Evolved/preview/images/logo.png`,