MediaWiki:Common.js:修订间差异

Ztm0929留言 | 贡献
无编辑摘要
标签已被回退
Ztm0929留言 | 贡献
无编辑摘要
标签已被回退
第55行: 第55行:
      
      
     // 新文本
     // 新文本
     var newText = `此页面最后编辑于${rel}, ${y}年${match[2]}月${match[3]}日(${weekday}) ${match[4]}`;
     var newText = `此页面最后编辑于${rel}${y}年${match[2]}月${match[3]}日(${weekday}) ${match[4]}`;
     $lastmod.text(newText);
     $lastmod.text(newText);
   }
   }
});
});