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