发布 v2.9.0 正式版

pull/1440/head v2.9.0
贤心 2023-11-29 18:08:45 +08:00 committed by GitHub
commit ff2c6e61e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 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

@ -10,9 +10,9 @@ toc: true
<h2 id="2.9.x" lay-toc="{title: '2.9.x'}"></h2>
<h2 id="2.9.0" class="ws-anchor">
2.9.0-rc.2
<span class="layui-badge-rim">预览版</span>
<span class="layui-badge-rim">2023-11-28</span>
2.9.0
<span class="layui-badge-rim" style="color: #16b777;">稳定版</span>
<span class="layui-badge-rim">2023-11-29</span>
</h2>
`2.9.x``2.8.18` 向下兼容,可覆盖升级。
@ -36,7 +36,7 @@ toc: true
- #### 其他
- 优化 `lay.clipboard.writeText()` 逻辑,以适配无写入权限时的场景 #1421 @Sight-wcg
### 下载: [layui-v2.9.0-rc.3.zip](https://gitee.com/layui/layui/attach_files/1597292/download)
### 下载: [layui-v2.9.0.zip](https://gitee.com/layui/layui/attach_files/1597365/download)
<script>
(function(){

View File

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

View File

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