Merge pull request #1184 from layui/2.x

release v2.8.0-rc.4
pull/1186/head v2.8.0-rc.4
贤心 2022-12-09 23:00:16 +08:00 committed by GitHub
commit 7a7578acc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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",

View File

@ -15,7 +15,7 @@
}
,Layui = function(){
this.v = '2.8.0-rc.3'; // Layui 版本号
this.v = '2.8.0-rc.4'; // Layui 版本号
}
//识别预先可能定义的指定全局对象

View File

@ -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, // 默认周日一周的开始
} // 全局配置项