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