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