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