Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Halo
Commits
55547546
Commit
55547546
authored
7 years ago
by
RYAN0UP_
Browse files
Options
Download
Email Patches
Plain Diff
增加后台演示demo
parent
cf703ffb
master
next
release-1.4
release-1.5
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.5.0-beta.1
v1.5.0-alpha.3
v1.5.0-alpha.2
v1.5.0-alpha.1
v1.4.17
v1.4.16
v1.4.15
v1.4.14
v1.4.13
v1.4.12
v1.4.11
v1.4.10
v1.4.9
v1.4.8
v1.4.7
v1.4.7-beta.1
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.3-beta.3
v1.4.3-beta.2
v1.4.3-beta.1
v1.4.2
v1.4.1
v1.4.0
v1.4.0-beta.3
v1.4.0-beta.2
v1.4.0-beta.1
v1.3.2
v1.3.1
v1.3.0
v1.3.0-beta.4
v1.3.0-beta.3
v1.3.0-beta.2
v1.3.0-beta.1
v1.2.0
v1.2.0-beta.5
v1.2.0-beta.4
v1.2.0-beta.3
v1.2.0-beta.2
v1.2.0-beta.1
v1.1.3-beta.2
v1.1.3-beta.1
v1.1.1
v1.1.0
v1.1.0-beta.3
v1.1.0-beta.2
v1.1.0-beta.1
v1.0.3
v1.0.2
v1.0.2-beta.1
v1.0.1
v1.0.0
v1.0.0-beta.9
v1.0.0-beta.8
v1.0.0-beta.7
v1.0.0-beta.6
v1.0.0-beta.5
v1.0.0-beta.4
v1.0.0-beta.3
v1.0.0-beta.2
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.1
v0.1
v0.0.9
v0.0.8
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-1
README.md
src/main/resources/templates/admin/admin_md-editor.ftl
+1
-1
src/main/resources/templates/admin/admin_md-editor.ftl
with
4 additions
and
2 deletions
+4
-2
README.md
+
3
-
1
View file @
55547546
...
...
@@ -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 下载
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/templates/admin/admin_md-editor.ftl
+
1
-
1
View file @
55547546
...
...
@@ -222,7 +222,7 @@
</#
if
>
'
postStatus
'
:
status
,
'
postTitle
'
:
T
itle
,
'
postUrl
'
:
$
(
'#
postUrl
'
)
.html
(),
'
postUrl
'
:
$
(
'#
postUrl
'
)
.html
()
.toString
()
,
'
postContentMd
'
:
editor
.getMarkdown
(),
'
postContent
'
:
editor
.getTextareaSavedHTML
(),
'
cateList
'
:
cateList
.toString
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help