diff --git a/App/App.json b/App/App.json index 040a2d7..8d756bf 100644 --- a/App/App.json +++ b/App/App.json @@ -1,4 +1,4 @@ { - "currentProgramVersion": 20220704, + "currentProgramVersion": 20220712, "AppName": "Baiyang-lzy's Blog Generator" -} +} \ No newline at end of file diff --git a/docs/zh-cn/CHANGELOG.md b/docs/zh-cn/CHANGELOG.md index be4edbd..d7c72e6 100644 --- a/docs/zh-cn/CHANGELOG.md +++ b/docs/zh-cn/CHANGELOG.md @@ -1,5 +1,9 @@ # 更新日志 +## 20220712 +* 修复了生成博客在移动端部分元素错位以及过小的问题 +* 生成的博客和页面中的代码现在支持语法高亮 + ## 20220704 * 修复了删除文章和删除页面时不会触发rss和sitemap更新的问题 * 修复了博客深色模式下代码标签看不清的问题 diff --git a/package.json b/package.json index eec0f6b..a7a46c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bbg", - "version": "20220704.0.0", + "version": "20220712.0.0", "description": "A static blog generator based on Electron Technology.", "license": "UNLICENSED", "author": { @@ -54,4 +54,4 @@ "bugs": { "url": "https://github.com/bbg-contributors/bbg/issues" } -} +} \ No newline at end of file