Skip to content

Commit c9b7536

Browse files
committed
v1.0.10 update version
1 parent 4c77237 commit c9b7536

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

public/js/admin.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
基于 Laravel 5.5 和 react 的个人博客系统
44

55
演示地址:[http://dmmylove.cn](http://dmmylove.cn)
6-
版本:v1.0.9(2019-04-18
6+
版本:v1.0.10(2019-04-23
77

88
**前台:** 极简风格制作,注重移动端显示,只使用了最基础的 bootstrap,加载速度快:
99
1. 文章浏览:浏览量统计,标签功能

resources/assets/js/components/Main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const menu = (
121121
<Menu onClick={avatarOnClick}>
122122
<Menu.Item key="version">
123123
<Icon type="crown" />
124-
<span>版本 1.0.9</span>
124+
<span>版本 1.0.10</span>
125125
</Menu.Item>
126126
<Menu.Item key="personal">
127127
<Icon type="user" />

update.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.10 (2019-04-23)
2+
3+
后台富文本编辑器增加了导出 markdown 功能
4+
15
## 1.0.9 (2019-04-18)
26

37
后台文章管理排序增加“最早创建”

0 commit comments

Comments
 (0)