release: v2.9.25

This commit is contained in:
贤心 2025-03-13 15:27:21 +08:00
parent 51e4af06a2
commit 3c8bf78062
5 changed files with 17 additions and 5 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

@ -9,10 +9,22 @@ toc: true
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
<h2 id="v2.9.25" class="ws-anchor">
v2.9.25
<span class="layui-badge-rim">2025-03-13</span>
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
</h2>
- #### layer
- 修复在 `success` 中关闭上一个弹层报错的问题 #2548 @sentsim
### 下载: [layui-v2.9.25.zip](https://gitee.com/layui/layui/attach_files/2092395/download)
---
<h2 id="v2.9.24" class="ws-anchor">
v2.9.24
<span class="layui-badge-rim">2025-03-07</span>
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
</h2>
- #### layer

View File

@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.9.24",
"version": "2.9.25",
"description": "Classic modular Front-End UI library",
"keywords": [
"layui",

View File

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