odc.xiaohui
2023-03-22 965bab31a44a500ff816d6b4bf925098140121fd
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}