Files
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

7 lines
102 B
TypeScript

export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}