feat: 首页改版
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type Post = {
|
||||
export type Post = {
|
||||
title: string;
|
||||
summary: string;
|
||||
slug: string;
|
||||
@@ -8,3 +8,9 @@ export type Post = {
|
||||
view: number;
|
||||
content: string;
|
||||
}
|
||||
|
||||
export type CategoriesStats = {
|
||||
id: number;
|
||||
name: string;
|
||||
post_count: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user