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