<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- 静态页面 -->
  <url>
    <loc>http://localhost:3000/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/books</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/courses</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>

  <!-- 示例书籍 - 实际项目中应从数据库获取 -->
  <url>
    <loc>http://localhost:3000/books/1</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/books/2</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>

  <!-- 示例课程 - 实际项目中应从数据库获取 -->
  <url>
    <loc>http://localhost:3000/courses/1</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
  <url>
    <loc>http://localhost:3000/courses/2</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <lastmod>2026-04-03T00:45:58.052Z</lastmod>
  </url>
</urlset>