refactor: 重写filter页面 更新为search
This commit is contained in:
@@ -3,6 +3,7 @@ export type Tag = {
|
||||
code: string
|
||||
name: string
|
||||
}
|
||||
|
||||
export type Post = {
|
||||
title: string;
|
||||
summary: string;
|
||||
@@ -12,7 +13,7 @@ export type Post = {
|
||||
category_code: string;
|
||||
category_id?: number;
|
||||
published_at: string;
|
||||
view: number;
|
||||
view_count: number;
|
||||
content: string;
|
||||
tags: Tag[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user