🐛 Fixed the home page not show run times & last push date.

This commit is contained in:
凡梦星尘 2022-09-11 22:55:01 +08:00
parent 6542375766
commit 568ef4ecc6

View File

@ -33,11 +33,12 @@ NexT.boot.registerEvents = function() {
NexT.boot.refresh = function() {
NexT.utils.calSiteInfo();
if (!NexT.CONFIG.page.isPage) return;
NexT.utils.registerSidebarTOC();
NexT.utils.calSiteInfo();
NexT.utils.replacePostCRLink();
NexT.utils.registerCopyCode();
NexT.utils.registerPostReward();