Новые правки в компоенты

This commit is contained in:
Web-serfer 2026-04-18 18:25:10 +05:00
parent e85d1ce668
commit 6f727aae7b
23 changed files with 1483 additions and 37 deletions

View file

@ -8,6 +8,7 @@ export interface Post {
categoryColor: string;
date: string;
readTime: string;
readmeTime: string;
image: string;
content?: string;
draft: boolean;