mirror of https://github.com/layui/layui
parent
51e4af06a2
commit
3c8bf78062
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -9,10 +9,22 @@ toc: true
|
||||||
|
|
||||||
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
|
<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">
|
<h2 id="v2.9.24" class="ws-anchor">
|
||||||
v2.9.24
|
v2.9.24
|
||||||
<span class="layui-badge-rim">2025-03-07</span>
|
<span class="layui-badge-rim">2025-03-07</span>
|
||||||
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
- #### layer
|
- #### layer
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "layui",
|
"name": "layui",
|
||||||
"version": "2.9.24",
|
"version": "2.9.25",
|
||||||
"description": "Classic modular Front-End UI library",
|
"description": "Classic modular Front-End UI library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"layui",
|
"layui",
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
var Layui = function(){
|
var Layui = function(){
|
||||||
this.v = '2.9.24'; // Layui 版本号
|
this.v = '2.9.25'; // Layui 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
|
Loading…
Reference in New Issue