This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
lovecoding
/
w1020
دنبال کردن
10
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
ca77114455
شاخهها
تگها
master
w1020
/
18.uniapp小程序
/
project1
/
wxcomponents
/
vant
/
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;
}