<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- 1. 首页（必包含，优先级最高） -->
  <url>
    <loc>https://www.telegramblog.cc/</loc> <!-- 替换为你的网站首页URL -->
    <lastmod>2025-11-03</lastmod> <!-- 替换为页面最后更新日期（格式：YYYY-MM-DD） -->
    <changefreq>daily</changefreq> <!-- 更新频率：daily（每天）、weekly（每周）、monthly（每月） -->
    <priority>1.0</priority> <!-- 优先级：0.0-1.0，首页建议设1.0 -->
  </url>



</urlset>