fix(bug):fix some bug

This commit is contained in:
周中平 2022-09-14 19:47:11 +08:00
parent 14d4b1ed7c
commit 2ad03ede7c
No known key found for this signature in database
GPG Key ID: B1DF9DD42D8E00DC
7 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -40,7 +40,7 @@
</span>
</div>
</div>
<div class="heti">
<div class="markdown">
${sheet.formatContent!}
</div>
</div>

View File

@ -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 {

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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