release: v2.11.0-rc.1

pull/2621/head v2.11.0-rc.1
贤心 2025-03-31 00:21:41 +08:00
parent c4e134fe91
commit df7ae873f9
4 changed files with 4 additions and 4 deletions

2
dist/layui.js vendored

File diff suppressed because one or more lines are too long

2
dist/layui.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.10.3",
"version": "2.11.0-rc.1",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

@ -28,7 +28,7 @@
// constructor
var Class = function() {
this.v = '2.11.0-beta.1'; // 版本号
this.v = '2.11.0-rc.1'; // 版本号
};
// 识别预先可能定义的指定全局对象