feat: 删除字段

This commit is contained in:
2026-07-22 00:15:49 +08:00
parent 17b1bf1e8a
commit e8738cca3c

View File

@@ -9,7 +9,6 @@ type ArchivePost = {
slug: string;
title: string;
published_at: string;
published_at_display: string;
category_name: string;
};