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