halo-dev / plugin-sitemap

Halo 2.0 的站点 Sitemap 生成插件
https://halo.run/store/apps/app-QDFMI
GNU General Public License v3.0
6 stars 6 forks source link

日期格式不正确 #5

Closed AirboZH closed 1 year ago

AirboZH commented 1 year ago

Google读取后报错 image

生成的站点地图

<url>
<loc>https://www.airbozh.cn/archives/linux%E8%B7%AF%E5%BE%84path%E4%BF%AE%E6%94%B9</loc>
<lastmod>2023-02-05T02:08:54.653+0800</lastmod>
<changefreq>daily</changefreq>
<priority>0.7</priority>
</url>

https://www.sitemaps.org/protocol.html 格式

<url>

      <loc>http://www.example.com/</loc>

      <lastmod>2005-01-01</lastmod>

      <changefreq>monthly</changefreq>

      <priority>0.8</priority>

</url>
AirboZH commented 1 year ago

似乎已经解决 #3 ,但没有发布

JohnNiang commented 1 year ago

感谢反馈!我们将尽快发布 1.0.1。

JohnNiang commented 1 year ago

1.0.1 已经发布,请关注 Asset 列表。