This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
fusu
/
1
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
c42aefd4f4
Ветки
Метки
master
1
/
fore-end
/
miniprogram_npm
/
@vant
/
weapp
/
calendar
/
components
/
month
/
index.d.ts
index.d.ts
102 B
История
Исходник
1
2
3
4
5
6
export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}