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