mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
chore: 更新依赖, 支持日程表单日多日程
This commit is contained in:
@@ -413,13 +413,22 @@ export interface LotteryUserCardInfo {
|
||||
export interface ScheduleWeekInfo {
|
||||
year: number
|
||||
week: number
|
||||
days: ScheduleDayInfo[]
|
||||
days: ScheduleDayInfo[][]
|
||||
}
|
||||
export interface ScheduleDayInfo {
|
||||
title: string | null
|
||||
tag: string | null
|
||||
tagColor: string | null
|
||||
time: string | null
|
||||
id: string | null
|
||||
}
|
||||
|
||||
export interface BatchScheduleRequest {
|
||||
startYear: number
|
||||
startWeek: number
|
||||
count: number
|
||||
dayOfWeek: number
|
||||
schedule: ScheduleDayInfo
|
||||
}
|
||||
export enum ThemeType {
|
||||
Auto = 'auto',
|
||||
|
||||
Reference in New Issue
Block a user