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