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