• 打开 /dede/templets/article_edit.htm 文件
  • 找到 $nowtime = GetDateTimeMk(time());
  • 修改为 $nowtime = GetDateTimeMk($arcRow["pubdate"]);