fix:建站天数在详情页内显示为建站日期
This commit is contained in:
parent
b964711b42
commit
4b351a6223
|
@ -861,10 +861,11 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
}
|
||||
|
||||
window.refreshFn = function () {
|
||||
initAdjust()
|
||||
initAdjust();
|
||||
|
||||
if (GLOBAL_CONFIG.isPost) {
|
||||
GLOBAL_CONFIG.isToc && tocFn()
|
||||
addRuntime();
|
||||
// GLOBAL_CONFIG.noticeOutdate !== undefined && addPostOutdateNotice()
|
||||
// GLOBAL_CONFIG.relativeDate.post && relativeDate(document.querySelectorAll('#post-meta time'))
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue