暗色模式
获取当前日期获得年的部分
import {date, year} from '@vill-v/date' year(date())
declare const year: (date: Date) => number;