|
|
| 第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); |
| } | | } |
| }); | | }); |