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