From e3c7f7979036c2d3804f5671ecbc1c30ffe9fe04 Mon Sep 17 00:00:00 2001 From: shenweiyan Date: Tue, 6 Aug 2024 09:18:07 +0800 Subject: [PATCH] Fixed mac code style images broken url --- src/template/macCode/macAtomOneDark.js | 2 +- src/template/macCode/macAtomOneLight.js | 2 +- src/template/macCode/macGithub.js | 2 +- src/template/macCode/macMonokai.js | 2 +- src/template/macCode/macVs2015.js | 2 +- src/template/macCode/macXcode.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/template/macCode/macAtomOneDark.js b/src/template/macCode/macAtomOneDark.js index f173f46..26ee2cf 100644 --- a/src/template/macCode/macAtomOneDark.js +++ b/src/template/macCode/macAtomOneDark.js @@ -104,7 +104,7 @@ hue-6-2: #e6c07b #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px; diff --git a/src/template/macCode/macAtomOneLight.js b/src/template/macCode/macAtomOneLight.js index d88dc5a..57cadc3 100644 --- a/src/template/macCode/macAtomOneLight.js +++ b/src/template/macCode/macAtomOneLight.js @@ -104,7 +104,7 @@ hue-6-2: #c18401 #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px; diff --git a/src/template/macCode/macGithub.js b/src/template/macCode/macGithub.js index 8c6b1a6..18b4fbb 100644 --- a/src/template/macCode/macGithub.js +++ b/src/template/macCode/macGithub.js @@ -107,7 +107,7 @@ github.com style (c) Vasily Polovnyov #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px; diff --git a/src/template/macCode/macMonokai.js b/src/template/macCode/macMonokai.js index 2c0d3b9..47ce5a9 100644 --- a/src/template/macCode/macMonokai.js +++ b/src/template/macCode/macMonokai.js @@ -78,7 +78,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px; diff --git a/src/template/macCode/macVs2015.js b/src/template/macCode/macVs2015.js index 5ab0a14..cd33704 100644 --- a/src/template/macCode/macVs2015.js +++ b/src/template/macCode/macVs2015.js @@ -123,7 +123,7 @@ export default `/* #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px; diff --git a/src/template/macCode/macXcode.js b/src/template/macCode/macXcode.js index 0a16278..783d9c6 100644 --- a/src/template/macCode/macXcode.js +++ b/src/template/macCode/macXcode.js @@ -112,7 +112,7 @@ XCode style (c) Angel Garcia #nice .custom:before { content: ''; display:block; - background: url(https://shub-1251708715.cos.ap-guangzhou.myqcloud.com/md2html/point.svg); + background: url(https://shub.weiyan.tech/md2html/point.svg); height: 30px; width: 100%; background-size:40px;