1+ function a ( module , exports , farmRequire , farmDynamicRequire ) {
2+ "use strict" ;
3+ Object . defineProperty ( exports , "__esModule" , {
4+ value : true
5+ } ) ;
6+ const _interop_require_default = farmRequire ( "@swc/helpers/_/_interop_require_default" ) ;
7+ const _typeof = _interop_require_default . _ ( farmRequire ( "8178b9bd" ) ) ;
8+ const _dep734fea04 = farmRequire ( "92648bed" ) ;
9+ const _dayjs = _interop_require_default . _ ( farmRequire ( "d0dc4dad" ) ) ;
10+ farmRequire ( "15d5169f" ) ;
11+ var zhCn = ( 0 , _dep734fea04 . c ) ( function ( module , exports ) {
12+ ! function ( e__1 , _ ) {
13+ "object" == 'object' && "undefined" != 'object' ? module . exports = _ ( _dayjs . default ) : "function" == typeof undefined && undefined . amd ? undefined ( [
14+ "dayjs"
15+ ] , _ ) : ( e__1 = "undefined" != typeof globalThis ? globalThis : e__1 || self ) . dayjs_locale_zh_cn = _ ( e__1 . dayjs ) ;
16+ } ( _dep734fea04 . a , function ( e__2 ) {
17+ "use strict" ;
18+ function _ ( e__3 ) {
19+ return e__3 && "object" == ( 0 , _typeof . default ) ( e__3 ) && "default" in e__3 ? e__3 : {
20+ "default" : e__3
21+ } ;
22+ }
23+ var t = _ ( e__2 ) , d = {
24+ name : "zh-cn" ,
25+ weekdays : "星期日_星期一_星期二_星期三_星期四_星期五_星期六" . split ( "_" ) ,
26+ weekdaysShort : "周日_周一_周二_周三_周四_周五_周六" . split ( "_" ) ,
27+ weekdaysMin : "日_一_二_三_四_五_六" . split ( "_" ) ,
28+ months : "一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月" . split ( "_" ) ,
29+ monthsShort : "1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月" . split ( "_" ) ,
30+ ordinal : function ordinal ( e , _ ) {
31+ return "W" === _ ? e + "周" : e + "日" ;
32+ } ,
33+ weekStart : 1 ,
34+ yearStart : 4 ,
35+ formats : {
36+ LT : "HH:mm" ,
37+ LTS : "HH:mm:ss" ,
38+ L : "YYYY/MM/DD" ,
39+ LL : "YYYY年M月D日" ,
40+ LLL : "YYYY年M月D日Ah点mm分" ,
41+ LLLL : "YYYY年M月D日ddddAh点mm分" ,
42+ l : "YYYY/M/D" ,
43+ ll : "YYYY年M月D日" ,
44+ lll : "YYYY年M月D日 HH:mm" ,
45+ llll : "YYYY年M月D日dddd HH:mm"
46+ } ,
47+ relativeTime : {
48+ future : "%s内" ,
49+ past : "%s前" ,
50+ s : "几秒" ,
51+ m : "1 分钟" ,
52+ mm : "%d 分钟" ,
53+ h : "1 小时" ,
54+ hh : "%d 小时" ,
55+ d : "1 天" ,
56+ dd : "%d 天" ,
57+ M : "1 个月" ,
58+ MM : "%d 个月" ,
59+ y : "1 年" ,
60+ yy : "%d 年"
61+ } ,
62+ meridiem : function meridiem ( e , _ ) {
63+ var t = 100 * e + _ ;
64+ return t < 600 ? "凌晨" : t < 900 ? "早上" : t < 1100 ? "上午" : t < 1300 ? "中午" : t < 1800 ? "下午" : "晚上" ;
65+ }
66+ } ;
67+ return t [ "default" ] . locale ( d , null , ! 0 ) , d ;
68+ } ) ;
69+ } ) ;
70+ }
0 commit comments