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