odc.xiaohui
2023-04-14 89470d761e2daef431c0f68355a973945607cfa8
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}