找到最后发帖时间
[AppleScript] ı鿴 ƴ $thread[lastpost]
修改为
[AppleScript] ı鿴 ƴ <!--$forum[lastpost][dateline]--> {echo dgmdate(time()-random(4,10), 'u', '9999', getglobal('setting/dateformat'))}
即为实时更新时间
文章内容页:
找到:180行左右
[AppleScript] ı鿴 ƴ <div class="desc-item"><span class="xc-gray">最后更新:</span><span class="xc-gray1"><!--{echo date("Y-m-d", $_G[forum_thread][lastpost])}--></span></div>
修改为:
[AppleScript] ı鿴 ƴ <div class="desc-item"><span class="xc-gray">最后更新:</span><span class="xc-gray1"><!--{echo dgmdate(time()-random(4,10), 'u', '9999', getglobal('setting/dateformat'))}--></span></div>
|