Skip to content

Commit

Permalink
版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
q2316367743 committed Aug 28, 2022
1 parent dbf11f4 commit 4f387db
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 7 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.2.0</small>
# 云落博客<small>0.2.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.2.0)
- [版本](/version/0.2.1)
- [0.2.1](/version/0.2.1)
- [0.2.0](/version/0.2.0)
- [0.1.2](/version/0.1.2)
- [0.1.1](/version/0.1.1)
Expand Down
8 changes: 8 additions & 0 deletions docs/version/0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 0.2.0

- SFTP上传时应该删除远程文件
- 开源许可证中版本需要和名称远一点
- 复制草稿文章到草稿文件夹
- 保存时如果标签未解析会报错
- 标签增加页面计数
- 增加【页面】
11 changes: 11 additions & 0 deletions docs/version/0.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 0.2.1

- 删除主题失效
- 主题下载转移到终端
- 增加markdown-it插件
- 美化 => 主题编辑器,发送更新消息
- 新建页面与文章时,可以选择布局
- 主题压缩包解压有问题
- 主题文件管理:可以拖动、重命名、删除、新建文件、新建文件夹、删除
- 主题文件管理:在资源管理器中打开
- 将命令栈分离出来
5 changes: 5 additions & 0 deletions docs/version/_sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [0.2.1](/version/0.2.1)
- [0.2.0](/version/0.2.0)
- [0.1.2](/version/0.1.2)
- [0.1.1](/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.2.0",
"version": "0.2.1",
"description": "云落博客",
"homepage": "https://q2316367743.github.io/yun-luo-blog/",
"main": "electron/electron.js",
Expand Down
3 changes: 2 additions & 1 deletion src/pages/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<h1 id="云落博客">关于 云落博客</h1>
<p>
<span>版本:</span>
<el-tag type="primary">0.2.0</el-tag>
<el-tag>0.2.1</el-tag>
<el-tag type="success" style="margin-left: 8px;">build 2022年8月28日</el-tag>
</p>
<p>
<span>Copyright 2022 </span>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/pretty/hexo/components/FileManage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default defineComponent({
this.contextMenu.show = false;
this.showInfo = false;
},
fileContextClick(event: PointerEvent) {
fileContextClick(event: MouseEvent) {
this.contextMenu = {
x: event.offsetX,
y: event.offsetY,
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.2.0"
#define MyAppVersion "0.2.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.2.0
OutputBaseFilename=云落博客v0.2.1
SetupIconFile=D:\Documents\workspace\yun-luo-blog\electron\assets\ico\256.ico
Compression=lzma
SolidCompression=yes
Expand Down

0 comments on commit 4f387db

Please sign in to comment.