fix(bug):fix some bug
This commit is contained in:
parent
14d4b1ed7c
commit
2ad03ede7c
@ -26,7 +26,7 @@
|
||||
<#elseif (timeago >= 604800000) && (timeago < 3153600000)>
|
||||
于 ${(timeago / 604800000)?int} 周前发表
|
||||
<#elseif (timeago >= 3153600000) && (timeago < 94608000000)>
|
||||
于 ${(timeago / 3153600000)?int} 年前发表
|
||||
于 ${(timeago / 3153600000)?int} 月前发表
|
||||
<#elseif (timeago >= 94608000000)>
|
||||
发表于很久很久以前 ~
|
||||
</#if>
|
||||
|
@ -40,7 +40,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="heti">
|
||||
<div class="markdown">
|
||||
${sheet.formatContent!}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -726,6 +726,7 @@ footer .copyright a:hover {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
.journals > ul > li {
|
||||
list-style-type: none;
|
||||
padding: 1rem 0.1rem;
|
||||
}
|
||||
.journals > ul > li > .info {
|
||||
|
@ -77,8 +77,8 @@
|
||||
}
|
||||
>ul {
|
||||
>li {
|
||||
list-style-type: none;
|
||||
padding: 1rem 0.1rem;
|
||||
|
||||
>.info {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
2
source/plugins/comment/halo-comment.min.js
vendored
2
source/plugins/comment/halo-comment.min.js
vendored
File diff suppressed because one or more lines are too long
@ -8,5 +8,5 @@ description: The road of Redemption | 救赎之路
|
||||
logo:
|
||||
website: https://7wate.com
|
||||
repo: https://github.com/7Wate/Redemption
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
require: 1.4.2
|
||||
|
Reference in New Issue
Block a user