This commit is contained in:
Megghy
2023-10-07 11:45:48 +08:00
parent f3c6afe4b6
commit e93cccd054
9 changed files with 551 additions and 305 deletions

View File

@@ -90,5 +90,8 @@ export interface QAInfo {
question: { message: string; image?: string }
answer?: { message: string; image?: string }
isReaded?: boolean
isSenderRegisted: boolean
isPublic: boolean
isFavorite:boolean
sendAt: number
}