File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定
3535| [ condensed-night-purple] ( https://github.com/Geekhyt/condensed-night-purple ) | [ 童欧巴] ( https://juejin.im/user/3491704662669469 ) | MIT |
3636| [ greenwillow] ( https://github.com/wangly19/juejin-markdown-theme-greenwillow ) | [ wangly19] ( https://juejin.im/user/4248168660735310 ) | MIT |
3737| [ v-green] ( https://github.com/DawnLck/juejin-markdown-theme-v-green ) | [ DawnLck 在掘金] ( https://juejin.im/user/1028798614345032 ) | MIT |
38- | [ vue-pro] ( https://github.com/dunizb/juejin-markdown-themes ) | [ 杭州程序员张张] ( https://juejin.cn/user/289926798645575 ) | MIT |
39- | [ healer-readable] ( https://github.com/dunizb/juejin-markdown-theme-healer-readable ) | [ healer] ( https://juejin.cn/user/1415826709689208 ) | MIT |
38+ | [ vue-pro] ( https://github.com/dunizb/juejin-markdown-themes ) | [ 杭州程序员张张] ( https://juejin.cn/user/289926798645575 ) | MIT |
39+ | [ healer-readable] ( https://github.com/dunizb/juejin-markdown-theme-healer-readable ) | [ healer] ( https://juejin.cn/user/1415826709689208 ) | MIT |
40+ | [ mk-cute] ( https://github.com/Jacky-Summer/juejin-markdown-theme-mk-cute ) | [ JackySummer] ( https://juejin.cn/user/1257497033714477 ) | MIT |
4041
4142
4243### 代码高亮
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default {
2929 owner : 'ChanningHan' ,
3030 repo : 'juejin-markdown-theme-channing-cyan' ,
3131 path : 'channing-cyan.scss' ,
32- ref : 'c843c2f'
32+ ref : 'c843c2f' ,
3333 } ,
3434 fancy : {
3535 owner : 'xrr2016' ,
@@ -66,13 +66,19 @@ export default {
6666 repo : 'juejin-markdown-theme-vue-pro' ,
6767 path : 'vue-pro.scss' ,
6868 ref : '836e9bc' ,
69- highlight : 'juejin'
69+ highlight : 'juejin' ,
7070 } ,
7171 'healer-readable' : {
7272 owner : 'healerLZH' ,
7373 repo : 'juejin-markdown-theme-healer-readable' ,
7474 path : 'healer-readable.scss' ,
7575 ref : '3f2ef56' ,
76- highlight : 'srcery'
77- }
76+ highlight : 'srcery' ,
77+ } ,
78+ 'mk-cute' : {
79+ owner : 'Jacky-Summer' ,
80+ repo : 'juejin-markdown-theme-mk-cute' ,
81+ path : 'mk-cute.scss' ,
82+ ref : '50d6414' ,
83+ } ,
7884} ;
You can’t perform that action at this time.
0 commit comments