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