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