Commit 99446bf2 authored by Liang Ding's avatar Liang Ding

🎨 Fix #12716

parent e0a5b266
......@@ -18,7 +18,7 @@
#
# Description: Solo language configurations(en_US).
# Version: 2.31.0.2, Mar 17, 2019
# Version: 2.31.0.3, Mar 19, 2019
# Author: Liang Ding
# Author: Liyuan Li
# Author: Dongxu Wang
......@@ -258,7 +258,7 @@ pageSizeLabel=Pagination Page Size
pageSize1Label=Pagination Page Size:
blogTitle1Label=Blog Title:
blogSubtitle1Label=Blog Subtitle:
blogHost1Label=Blog Host:
blogHost1Label=<a href="https://github.com/b3log/solo/issues/12716" target="_blank">Blog Domain</a>:
submmitCommentLabel=Commit Comment
saveLabel=Save
autoSaveLabel=Auto Save
......
......@@ -18,7 +18,7 @@
#
# Description: Solo default language configurations(zh_CN).
# Version: 2.31.0.2, Mar 19, 2019
# Version: 2.31.0.3, Mar 19, 2019
# Author: Liang Ding
# Author: Liyuan Li
# Author: Dongxu Wang
......@@ -258,7 +258,7 @@ pageSizeLabel=\u5206\u9875\u6BCF\u9875\u663E\u793A\u6587\u7AE0\u6570
pageSize1Label=\u5206\u9875\u6BCF\u9875\u663E\u793A\u6587\u7AE0\u6570\uFF1A
blogTitle1Label=\u535A\u5BA2\u6807\u9898\uFF1A
blogSubtitle1Label=\u535A\u5BA2\u5B50\u6807\u9898\uFF1A
blogHost1Label=\u535A\u5BA2\u5730\u5740\uFF1A
blogHost1Label=<a href="https://github.com/b3log/solo/issues/12716" target="_blank">\u535A\u5BA2\u57DF\u540D</a>\uFF1A
submmitCommentLabel=\u63D0\u4EA4\u8BC4\u8BBA
saveLabel=\u4FDD\u5B58
autoSaveLabel=\u81EA\u52A8\u4FDD\u5B58
......
......@@ -26,6 +26,7 @@
# Browser visit protocol
serverScheme=http
#serverHost=localhost
#serverPort=
#### Runtime Mode ####
runtimeMode=DEVELOPMENT
......
......@@ -50,7 +50,7 @@
<label for="blogSubtitle">${blogSubtitle1Label}</label>
<input id="blogSubtitle" type="text"/>
<label for="blogHost">${blogHost1Label}</label>
<input id="blogHost" type="text" value="${servePath}" readonly="true"/>
<input id="blogHost" type="text" value="${serverHost}" readonly="true"/>
<label for="metaKeywords">${metaKeywords1Label}</label>
<input id="metaKeywords" type="text"/>
<label for="metaDescription">${metaDescription1Label}</label>
......
Markdown is supported
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