mirror of https://github.com/layui/layui
commit
7a7578acc5
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.8.0-rc.3",
|
||||
"version": "2.8.0-rc.4",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"main": "dist/layui.js",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
,Layui = function(){
|
||||
this.v = '2.8.0-rc.3'; // Layui 版本号
|
||||
this.v = '2.8.0-rc.4'; // Layui 版本号
|
||||
}
|
||||
|
||||
//识别预先可能定义的指定全局对象
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/** layDate 日期与时间控件 | MIT Licensed */
|
||||
/** laydate 日期与时间控件 | MIT Licensed */
|
||||
|
||||
;!function(window, document){ //gulp build: laydate-header
|
||||
"use strict";
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
// 外部调用
|
||||
var laydate = {
|
||||
v: '5.4.0' // layDate 版本号
|
||||
v: '5.5.0' // layDate 版本号
|
||||
,config: {
|
||||
weekStart: 0, // 默认周日一周的开始
|
||||
} // 全局配置项
|
||||
|
|
Loading…
Reference in New Issue