mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
1019
This commit is contained in:
@@ -124,8 +124,18 @@ export interface LotteryUserCardInfo {
|
||||
isGuard: boolean
|
||||
isCharge: boolean
|
||||
}
|
||||
export interface ScheduleWeekInfo {
|
||||
year: number
|
||||
week: number
|
||||
days: ScheduleDayInfo[]
|
||||
}
|
||||
export interface ScheduleDayInfo {
|
||||
title: string
|
||||
tag: string
|
||||
time: number
|
||||
}
|
||||
export enum ThemeType {
|
||||
Auto = 'auto',
|
||||
Light = 'light',
|
||||
Dark = 'dark',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user