更改 laydate 单独版 version

pull/1184/head
贤心 2022-12-09 22:49:53 +08:00
parent 79a61e44b7
commit 3c1d0ddaed
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/** layDate 日期与时间控件 | MIT Licensed */ /** laydate 日期与时间控件 | MIT Licensed */
;!function(window, document){ //gulp build: laydate-header ;!function(window, document){ //gulp build: laydate-header
"use strict"; "use strict";
@ -24,7 +24,7 @@
// 外部调用 // 外部调用
var laydate = { var laydate = {
v: '5.4.0' // layDate 版本号 v: '5.5.0' // layDate 版本号
,config: { ,config: {
weekStart: 0, // 默认周日一周的开始 weekStart: 0, // 默认周日一周的开始
} // 全局配置项 } // 全局配置项