update bili verify to open-live

This commit is contained in:
2023-11-02 21:18:55 +08:00
parent 28021e6399
commit 0a98aad749
3 changed files with 109 additions and 11 deletions

View File

@@ -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