🍱 增加后台演示demo

pull/1/head
RYAN0UP_ 2018-04-09 11:49:26 +08:00
parent cf703ffb11
commit 55547546c7
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,9 @@ Fast,simple,powerful blog system powered by Java.
[界面预览](PREVIEW.md)
[http://halo.ryanc.cc](http://halo.ryanc.cc)
[首页演示](http://halo.ryanc.cc)
[后台演示](http://halo.ryanc.cc/admin)(用户名admin密码123456)
## Download 下载

View File

@ -222,7 +222,7 @@
</#if>
'postStatus': status,
'postTitle': Title,
'postUrl' : $('#postUrl').html(),
'postUrl' : $('#postUrl').html().toString(),
'postContentMd': editor.getMarkdown(),
'postContent': editor.getTextareaSavedHTML(),
'cateList' : cateList.toString()