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