Skip to content

Commit 80b05fb

Browse files
authored
Merge pull request b3log#12206 from b3log/1.7.0-dev
1.7.0 dev
2 parents 4057792 + 199b46c commit 80b05fb

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ JDK 环境准备好之后[下载](http://pan.baidu.com/share/link?shareid=541735
7878
* 统一规范的编码风格
7979
* 完善的 javadoc 注释
8080
* 严格的分支、缺陷追踪管理
81-
* 不断完善的单元测试用例,目前覆盖率已达 **47%**
81+
* 不断完善的单元测试用例
8282

8383
## 文档
8484

src/main/resources/lang_zh_CN.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#
1818
# Description: Solo default language configurations(zh_CN).
19-
# Version: 2.7.4.19, Nov 8, 2016
19+
# Version: 2.7.4.20, Nov 9, 2016
2020
# Author: Liang Ding
2121
# Author: Liyuan Li
2222
# Author: Dongxu Wang
@@ -390,7 +390,7 @@ helloWorld.content=\u6b22\u8fce\u4f7f\u7528 [Solo](https://github.com/b3log/solo
390390
\n\
391391
----\n\
392392
\n\
393-
Solo \u535a\u5ba2\u7cfb\u7edf\u662f\u4e00\u4e2a\u5f00\u6e90\u9879\u76ee\uff0c\u5982\u679c\u4f60\u89c9\u5f97\u5b83\u4e0d\u9519\uff0c\u8bf7\u5230[\u9879\u76ee\u9996\u9875](https://github.com/b3log/solo)\u7ed9\u9897\u661f\uff0c\u8c22\u8c22 :heart:
393+
Solo \u535a\u5ba2\u7cfb\u7edf\u662f\u4e00\u4e2a\u5f00\u6e90\u9879\u76ee\uff0c\u5982\u679c\u4f60\u89c9\u5f97\u5b83\u5f88\u8d5e\uff0c\u8bf7\u5230[\u9879\u76ee\u9996\u9875](https://github.com/b3log/solo)\u7ed9\u9897\u661f\u9f13\u52b1\u4e00\u4e0b :heart:
394394
helloWorld.comment.content=\u5199\u535a\u5ba2\u9700\u8981\u575a\u6301\uff0c\u76f8\u4fe1\u79ef\u7d2f\u540e\u5fc5\u7136\u4f1a\u6709\u6536\u83b7\uff0c\u6211\u4eec\u4e00\u8d77\u52aa\u529b\u52a0\u6cb9 :smile:
395395
articleContentPwd=\u8be5\u6587\u7ae0\u5df2\u7ecf\u52a0\u5bc6\u3002
396396
ok=\u786e\u5b9a

src/main/webapp/css/default-admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,10 @@ button#submitArticle:hover,
740740
.comment-content .CodeMirror {
741741
height: 170px;
742742
}
743+
744+
#pagePagePanel {
745+
margin-top: 0;
746+
}
743747
/* end article */
744748

745749
/* start preference */

src/main/webapp/css/default-admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/js/admin/latkeAdmin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ $.extend(TablePaginate.prototype, {
930930
*
931931
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
932932
* @author <a href="http://88250.b3log.org">Liang Ding</a>
933-
* @version 1.3.4.5, Nov 8, 2016
933+
* @version 1.3.5.5, Nov 9, 2016
934934
*/
935935
admin.article = {
936936
currentEditorType: '',
@@ -1327,7 +1327,7 @@ admin.article = {
13271327
height: 160,
13281328
buttonText: Label.selectLabel,
13291329
data: tags
1330-
});
1330+
}).width($("#tag").parent().width() - 68);
13311331

13321332
$("#loadMsg").text("");
13331333
}

src/main/webapp/js/admin/latkeAdmin.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)