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