release: v2.9.2-rc.2

This commit is contained in:
贤心 2023-12-17 00:37:20 +08:00 committed by GitHub
commit 17cd7cada2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,9 @@
name: Publish to NPM name: Publish to NPM
on: on:
release: push:
types: [created] tags:
- 'v*'
jobs: jobs:
publish-npm: publish-npm:

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,8 +9,8 @@ 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.2-rc.1" class="ws-anchor"> <h2 id="v2.9.2-rc.2" class="ws-anchor">
v2.9.2-rc.1 v2.9.2-rc.2
<!-- <span class="layui-badge-rim" style="color: #16b777;">稳定版</span> --> <!-- <span class="layui-badge-rim" style="color: #16b777;">稳定版</span> -->
<span class="layui-badge-rim">2023-12-16</span> <span class="layui-badge-rim">2023-12-16</span>
</h2> </h2>
@ -24,7 +24,7 @@ toc: true
- #### dropdown - #### dropdown
- 增强 `delay` 选项,支持设置 显示/隐藏 的延迟时间 #1454 @Sight-wcg - 增强 `delay` 选项,支持设置 显示/隐藏 的延迟时间 #1454 @Sight-wcg
### 下载: [layui-v2.9.2-rc.1.zip](https://gitee.com/layui/layui/attach_files/1615403/download) ### 下载: [layui-v2.9.2-rc.2.zip](https://gitee.com/layui/layui/attach_files/1615403/download)
--- ---

View File

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

View File

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