Skip to content

Commit

Permalink
bump to version 20220713
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyuanneko committed Jul 12, 2022
1 parent b3659e3 commit d9b7c32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App/App.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"currentProgramVersion": 20220712,
"currentProgramVersion": 20220713,
"AppName": "Baiyang-lzy's Blog Generator"
}
8 changes: 6 additions & 2 deletions App/blog_source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@
<script>

marked.setOptions({
highlight: function(code,lang) {
return hljs.highlight(code, {language:lang}).value;
highlight: function(code) {
return hljs.highlightAuto(code).value;
}
});

Expand Down Expand Up @@ -600,6 +600,10 @@
color:white
}
ul,ol,li,h1,h2 ,h3,h4,h5,h6{
color:white
}
pre,
code,
kbd,
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## 20220712
## 20220713
* 修复了生成博客在移动端部分元素错位以及过小的问题
* 生成的博客和页面中的代码现在支持语法高亮

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbg",
"version": "20220712.0.0",
"version": "20220713.0.0",
"description": "A static blog generator based on Electron Technology.",
"license": "UNLICENSED",
"author": {
Expand Down

0 comments on commit d9b7c32

Please sign in to comment.