feat:增加菜谱显示模块
This commit is contained in:
@@ -87,10 +87,10 @@ export interface IComment {
|
||||
}
|
||||
|
||||
export interface IMoment {
|
||||
id: number;
|
||||
username: string;
|
||||
avatar: string;
|
||||
id?: number;
|
||||
username?: string;
|
||||
avatar?: string;
|
||||
content: string;
|
||||
date: string;
|
||||
commentList: IComment[];
|
||||
date?: string;
|
||||
commentList?: IComment[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user