Skip to content

Commit

Permalink
fix: code theme resource (doocs#125)
Browse files Browse the repository at this point in the history
close doocs#125
  • Loading branch information
yanglbme committed Jan 30, 2022
1 parent c2ac878 commit 862651f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ docker run -d -p 8080:80 doocs/md:latest
<sub>睡不醒的鲤鱼</sub>
</a>
</td>
<td align="center" style="width: 60px;">
<a href="https://mp.weixin.qq.com/s/4QeZsTL84lbN_HO3kCwEwg">
<img src="https://cdn.jsdelivr.net/gh/filess/img16@main/2022/01/30/1643545315140-74a6b958-e175-44cc-a751-877c8cb997f7.png" style="width: 40px;"><br>
<sub>Dmego</sub>
</a>
</td>
</tr>
</table>

Expand Down
10 changes: 5 additions & 5 deletions src/assets/scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@ export default {
codeThemeOption: [
{
label: "github",
value: "https://lib.baomitu.com/highlight.js/10.7.3/styles/github.min.css",
value: "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/github.min.css",
desc: "light",
},
{
label: "solarized-light",
value: "https://lib.baomitu.com/highlight.js/11.3.1/styles/base16/solarized-light.min.css",
value: "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/base16/solarized-light.min.css",
desc: "light",
},
{
label: "atom-one-dark",
value: "https://lib.baomitu.com/highlight.js/11.3.1/styles/atom-one-dark.min.css",
value: "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/atom-one-dark.min.css",
desc: "dark",
},
{
label: "obsidian",
value: "https://lib.baomitu.com/highlight.js/11.3.1/styles/obsidian.min.css",
value: "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/obsidian.min.css",
desc: "dark",
},
{
label: "vs2015",
value: "https://lib.baomitu.com/highlight.js/11.3.1/styles/vs2015.min.css",
value: "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/vs2015.min.css",
desc: "dark",
},
],
Expand Down

0 comments on commit 862651f

Please sign in to comment.