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