Skip to content

Commit 6908e15

Browse files
authored
Merge pull request #147 from chaoyang805/main
fix: 修复 qklhk-chocolate 主题 & 更新预览地址
2 parents fffb07b + 53e711f commit 6908e15

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm](https://badgen.net/npm/v/juejin-markdown-themes)](https://npm.im/juejin-markdown-themes) [![downloads](https://badgen.net/npm/dt/juejin-markdown-themes)](https://npm.im/juejin-markdown-themes)
44

5-
[主题预览地址](https://juejin-markdown-themes.netlify.app/)
5+
[主题预览地址](https://juejin-theme.netlify.app/)
66

77
## 使用方法
88

@@ -52,6 +52,7 @@ highlight: juejin # 代码高亮主题,默认值:theme 中指定,没有则
5252
| [Chinese-red](https://github.com/mancuoj/juejin-markdown-theme-Chinese-red) | [Mancuoj](https://juejin.cn/user/3466105460624760) | MIT |
5353
| [nico](https://github.com/blllld/juejin-markdown-theme-nico) | [非思不可](https://juejin.cn/user/553809588523405) | MIT |
5454
| [devui-blue](https://github.com/kagol/juejin-markdown-theme-devui-blue) | [DevUI团队](https://juejin.cn/user/712139267650141) | MIT |
55+
| [qklhk-chocolate](https://github.com/qklhk/juejin-markdown-theme-qklhk/) | [巧克力很苦](https://juejin.cn/user/1011206429358087) | Apache |
5556

5657
### 代码高亮
5758

themes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ const themes = {
109109
ref: 'f8ec354',
110110
},
111111
'qklhk-chocolate': {
112-
owner: 'QiaokeliHenku',
113-
repo: 'juejin-markdown-theme-qkl',
112+
owner: 'qklhk',
113+
repo: 'juejin-markdown-theme-qklhk',
114114
path: 'chocolate.scss',
115-
ref: '8bbb87d',
115+
ref: '4f2a290',
116116
},
117117
'orange': {
118118
owner: 'RudeCrab',

0 commit comments

Comments
 (0)