Skip to content

Commit

Permalink
Fixed mac code style images broken url
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweiyan committed Aug 6, 2024
1 parent 5b74e71 commit e3c7f79
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/template/macCode/macAtomOneDark.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/template/macCode/macAtomOneLight.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/template/macCode/macGithub.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ github.com style (c) Vasily Polovnyov <[email protected]>
#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;
Expand Down
2 changes: 1 addition & 1 deletion src/template/macCode/macMonokai.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/template/macCode/macVs2015.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/template/macCode/macXcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ XCode style (c) Angel Garcia <[email protected]>
#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;
Expand Down

0 comments on commit e3c7f79

Please sign in to comment.