fix: 修复评论删除问题
This commit is contained in:
@@ -10,6 +10,7 @@ export interface UserInfo {
|
||||
id: number
|
||||
nickname: string
|
||||
avatar_url: string
|
||||
province: string
|
||||
}
|
||||
|
||||
export type BaseComment<T = {}> = {
|
||||
|
||||
Reference in New Issue
Block a user