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