mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update bili verify to open-live
This commit is contained in:
@@ -36,11 +36,19 @@ export interface AccountInfo extends UserInfo {
|
||||
settings: UserSetting
|
||||
token: string
|
||||
|
||||
biliAuthCodeStatus: BiliAuthCodeStatusType
|
||||
|
||||
eventFetcherOnline: boolean
|
||||
eventFetcherStatus: string
|
||||
|
||||
nextSendEmailTime?: number
|
||||
}
|
||||
export enum BiliAuthCodeStatusType {
|
||||
NotBind,
|
||||
Active,
|
||||
Notfound,
|
||||
Inactive,
|
||||
}
|
||||
export interface Setting_SendEmail {
|
||||
recieveQA: boolean
|
||||
recieveQAReply: boolean
|
||||
|
||||
Reference in New Issue
Block a user