feat: 增加删除记录功能
This commit is contained in:
@@ -2,5 +2,11 @@ export interface IProfile {
|
||||
name: string
|
||||
gender: 'male' | 'female' | ''
|
||||
height: number | null
|
||||
weight: number | null
|
||||
}
|
||||
|
||||
export interface IOverview {
|
||||
icon: string
|
||||
label: string
|
||||
value:string
|
||||
sub: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user