diff --git a/src/assets/thumbnail.png b/src/assets/thumbnail.png new file mode 100644 index 00000000..d6f16372 Binary files /dev/null and b/src/assets/thumbnail.png differ diff --git a/src/components/SettingDrawer/settingConfig.js b/src/components/SettingDrawer/settingConfig.js index b0a987e1..f8bc3534 100644 --- a/src/components/SettingDrawer/settingConfig.js +++ b/src/components/SettingDrawer/settingConfig.js @@ -72,7 +72,7 @@ const updateTheme = primaryColor => { javascriptEnabled: true }; ` - lessScriptNode.src = 'https://gw.alipayobjects.com/os/lib/less.js/3.8.1/less.min.js' + lessScriptNode.src = 'https://cdnjs.loli.net/ajax/libs/less.js/3.8.1/less.min.js' lessScriptNode.async = true lessScriptNode.onload = () => { buildIt() diff --git a/src/components/Tools/setting.js b/src/components/Tools/setting.js index 5e7b9bdc..f343de3e 100644 --- a/src/components/Tools/setting.js +++ b/src/components/Tools/setting.js @@ -80,7 +80,7 @@ const updateTheme = primaryColor => { javascriptEnabled: true }; ` - lessScriptNode.src = 'https://gw.alipayobjects.com/os/lib/less.js/3.8.1/less.min.js' + lessScriptNode.src = 'https://cdnjs.loli.net/ajax/libs/less.js/3.8.1/less.min.js' lessScriptNode.async = true lessScriptNode.onload = () => { buildIt() diff --git a/src/views/post/PostEdit.vue b/src/views/post/PostEdit.vue index b3bc65a5..c7dc0b81 100644 --- a/src/views/post/PostEdit.vue +++ b/src/views/post/PostEdit.vue @@ -131,7 +131,7 @@