feat: 显示博客访问量

This commit is contained in:
2026-07-10 20:07:24 +08:00
parent 712f556d67
commit 66717405db
2 changed files with 53 additions and 25 deletions

View File

@@ -5,4 +5,6 @@ export type Post = {
cover: string;
category_name: string;
published_at: string;
view: number;
content: string;
}