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