fix blacklist display

This commit is contained in:
2024-04-27 12:00:40 +08:00
parent 935384c4e6
commit 76e4f473e9
3 changed files with 38 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ export interface AccountInfo extends UserInfo {
nextSendEmailTime?: number
isServerFetcherOnline: boolean
blackList: number[]
blackList: UserBasicInfo[]
biliBlackList: { [key: number]: string }
streamerInfo?: StreamerModel
biliUserAuthInfo?: BiliAuthModel