更新 Version

pull/1395/head
贤心 2023-10-14 16:36:04 +08:00
parent a7c6bdb5ac
commit 91b0dda97f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "layui", "name": "layui",
"version": "2.8.18-beta", "version": "2.8.18-beta.1",
"description": "Classic modular Front-End UI library", "description": "Classic modular Front-End UI library",
"main": "dist/layui.js", "main": "dist/layui.js",
"license": "MIT", "license": "MIT",

View File

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