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