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