mirror of https://github.com/halo-dev/halo
🍱 增加后台演示demo
parent
cf703ffb11
commit
55547546c7
|
@ -29,7 +29,9 @@ Fast,simple,powerful blog system powered by Java.
|
||||||
|
|
||||||
[界面预览](PREVIEW.md)
|
[界面预览](PREVIEW.md)
|
||||||
|
|
||||||
[http://halo.ryanc.cc](http://halo.ryanc.cc)
|
[首页演示](http://halo.ryanc.cc)
|
||||||
|
|
||||||
|
[后台演示](http://halo.ryanc.cc/admin)(用户名:admin,密码:123456)
|
||||||
|
|
||||||
## Download 下载
|
## Download 下载
|
||||||
|
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
'postStatus': status,
|
'postStatus': status,
|
||||||
'postTitle': Title,
|
'postTitle': Title,
|
||||||
'postUrl' : $('#postUrl').html(),
|
'postUrl' : $('#postUrl').html().toString(),
|
||||||
'postContentMd': editor.getMarkdown(),
|
'postContentMd': editor.getMarkdown(),
|
||||||
'postContent': editor.getTextareaSavedHTML(),
|
'postContent': editor.getTextareaSavedHTML(),
|
||||||
'cateList' : cateList.toString()
|
'cateList' : cateList.toString()
|
||||||
|
|
Loading…
Reference in New Issue