const defaultFormatPattern = 'yyyy年MM月dd日 hh时mm分ss秒'; const patternRegExp = /([yMdwWhms]+)/g; const weeks = ['日', '一', '二', '三', '四', '五', '六']; export { defaultFormatPattern, patternRegExp, weeks, };