Commit 55547546 authored by RYAN0UP_'s avatar RYAN0UP_
Browse files

:bento: 增加后台演示demo

Showing with 4 additions and 2 deletions
+4 -2
......@@ -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 下载
......
......@@ -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()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment