Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
q2316367743 committed Sep 6, 2022
1 parent 7362d8a commit 72a0815
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@ pnpm config set ELECTRON_BUILDER_BINARIES_MIRROR "https://npm.taobao.org/mirrors

### 0.3.1

- [x] 紧急修复发布文章后立即保存文章会报错
- [x] 修改工作空间逻辑,去除工作空间强制在选定文件夹下创建`yun-luo-blog`的逻辑

> 注意,更新需要重新选择工作空间,默认工作空间在用户目录下的`yun-luo-blog`文件夹下,重新选择这个文件夹就好
### 0.3.2

- [ ] 主题/插件更新功能
- [ ] 本地同步【急切】
- [ ] 增加仪表盘
Expand Down
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.3.0</small>
# 云落博客<small>0.3.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,7 +6,8 @@
- [如何配置hexo环境](/problem/如何配置hexo环境)
- [hexo基本用法](/problem/hexo基本用法)
- [hexo进阶用法](/problem/hexo进阶用法)
- [版本](/version/0.3.0)
- [版本](/version/0.3.1)
- [0.3.1](/version/0.3.1)
- [0.3.0](/version/0.3.0)
- [0.2.2](/version/0.2.2)
- [0.2.1](/version/0.2.1)
Expand Down
1 change: 1 addition & 0 deletions docs/version/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [0.3.1](/version/0.3.1)
- [0.3.0](/version/0.3.0)
- [0.2.2](/version/0.2.2)
- [0.2.1](/version/0.2.1)
Expand Down
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.3.0",
"version": "0.3.1",
"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>0.3.0</el-tag>
<el-tag>0.3.1</el-tag>
<el-tag type="success" style="margin-left: 8px;">build 2022年09月05日</el-tag>
</p>
<p>
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.3.0"
#define MyAppVersion "0.3.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.3.0
OutputBaseFilename=云落博客v0.3.1
SetupIconFile=D:\Documents\workspace\yun-luo-blog\electron\assets\ico\256.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit 72a0815

Please sign in to comment.