odc.xiaohui
2023-04-12 1229b7af1f85669f8061b8985618d929b029eb33
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}