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