From e8738cca3cf43b5cbc695874dc49f7c7581a9ade Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Wed, 22 Jul 2026 00:15:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/archive.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/archive.ts b/src/types/archive.ts index 298c345..09c9ee1 100644 --- a/src/types/archive.ts +++ b/src/types/archive.ts @@ -9,7 +9,6 @@ type ArchivePost = { slug: string; title: string; published_at: string; - published_at_display: string; category_name: string; };