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