安瑾然
2023-03-23 a65b6782065735cc3f9948da2de565a8ff2a9e1f
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}