Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
q2316367743 committed Aug 22, 2022
1 parent a28e5c1 commit 697b9aa
Show file tree
Hide file tree
Showing 5 changed files with 7 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.1</small>
# 云落博客<small>0.1.2</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,6 +6,7 @@
- [如何配置hexo环境](/problem/如何配置hexo环境)
- [hexo基本用法](/problem/hexo基本用法)
- [hexo进阶用法](/problem/hexo进阶用法)
- [版本](/version/0.1.1)
- [版本](/version/0.1.2)
- [0.1.0](/version/0.1.2)
- [0.1.0](/version/0.1.1)
- [0.1.0](/version/0.1.0)
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.1",
"version": "0.1.2",
"description": "云落博客",
"homepage": "https://q2316367743.github.io/yun-luo-blog/",
"main": "electron/electron.js",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 id="云落博客">关于 云落博客</h1>
<p>
<span>版本:</span>
<el-tag type="primary">0.1.1</el-tag>
<el-tag type="primary">0.1.2</el-tag>
</p>
<p>
<span>Copyright 2022 </span>
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.1"
#define MyAppVersion "0.1.2"
#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.1
OutputBaseFilename=云落博客v0.1.2
SetupIconFile=D:\Documents\workspace\yun-luo-blog\electron\assets\ico\256.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit 697b9aa

Please sign in to comment.