feat: 动态sitemap.xml

This commit is contained in:
2026-08-14 23:55:52 +08:00
parent d7bbb7b70b
commit e4c362030d
9 changed files with 99 additions and 61 deletions

View File

@@ -24,3 +24,9 @@ export type CategoriesStats = {
code: string
post_count: number;
}
export type PostForSitemap = {
slug: string
created_at: string
updated_at: string
}