Skip to content

Commit

Permalink
版本更新到0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
q2316367743 committed Aug 20, 2022
1 parent d9cfe59 commit 3f78e27
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 云落博客<small>0.1.0</small>
# 云落博客<small>0.1.1</small>

- 本地优先
- 本地预览和远程同步
Expand Down
3 changes: 2 additions & 1 deletion docs/_navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
- [如何配置hexo环境](/problem/如何配置hexo环境)
- [hexo基本用法](/problem/hexo基本用法)
- [hexo进阶用法](/problem/hexo进阶用法)
- [版本](/version/0.1.0)
- [版本](/version/0.1.1)
- [0.1.0](/version/0.1.1)
- [0.1.0](/version/0.1.0)
2 changes: 1 addition & 1 deletion docs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## 0.1.0

下载地址:
## 0.1.0
11 changes: 11 additions & 0 deletions docs/version/0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.1.1

此版本对上个版本的问题进行了修复

- 修复图片插入路径错误
- 可以主动点击服务器更新
- 配置文件保存备注
- 插件列表读取dev依赖
- 配置文件修改,主题、插件修改都需要更新
- 其他设置与已知设置分离
- 部署时删除原文件夹下文章
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yun-luo-blog",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "云落博客",
"homepage": "https://q2316367743.github.io/yun-luo-blog/",
"main": "electron/electron.js",
Expand Down
4 changes: 2 additions & 2 deletions window打包.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "云落博客"
#define MyAppVersion "0.1.0"
#define MyAppVersion "0.1.1"
#define MyAppPublisher "落雨不悔"
#define MyAppURL "https://q2316367743.github.io/yun-luo-blog"
#define MyAppExeName "云落博客.exe"
Expand All @@ -28,7 +28,7 @@ LicenseFile=D:\Documents\workspace\yun-luo-blog\LICENSE
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=D:\Documents\Application
OutputBaseFilename=云落博客v0.1.0
OutputBaseFilename=云落博客v0.1.1
SetupIconFile=D:\Documents\workspace\yun-luo-blog\electron\assets\ico\256.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit 3f78e27

Please sign in to comment.