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