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