mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 16:43:14 +08:00
release: v2.12.0
Some checks failed
Issue Close Require / issue-close-require (push) Has been cancelled
Some checks failed
Issue Close Require / issue-close-require (push) Has been cancelled
This commit is contained in:
2
dist/layui.js
vendored
2
dist/layui.js
vendored
File diff suppressed because one or more lines are too long
2
dist/layui.js.map
vendored
2
dist/layui.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -625,7 +625,7 @@
|
||||
layui.code({
|
||||
elem: "#demo-code",
|
||||
preview: true,
|
||||
tools: ['copy', 'full', 'window'],
|
||||
tools: ['copy'],
|
||||
header: true,
|
||||
lang: 'html',
|
||||
langMarker: true,
|
||||
|
||||
@@ -13,7 +13,7 @@ toc: true
|
||||
|
||||
<div class="ws-docs-showcase"></div>
|
||||
|
||||
<pre class="layui-code" lay-options="{preview: 'iframe', text: {preview: 'Preview'}, style: 'height: 560px;', layout: ['preview', 'code'], tools: ['full','window']}">
|
||||
<pre class="layui-code" lay-options="{preview: 'iframe', text: {preview: 'Preview'}, style: 'height: 560px;', layout: ['preview', 'code'], tools: ['full']}">
|
||||
<textarea>
|
||||
{{- d.include("/i18n/detail/demo.md") }}
|
||||
</textarea>
|
||||
|
||||
@@ -12,9 +12,8 @@ toc: true
|
||||
<h2 id="2.10+" lay-toc="{title: '2.10+'}"></h2>
|
||||
|
||||
<h2 id="v2.12.0" lay-pid="2.10+" class="ws-anchor">
|
||||
v2.12.0-alpha.0
|
||||
<span class="layui-badge-rim">2025-09-26</span>
|
||||
<span class="layui-badge-rim" style="color: #ff5722;">预览版</span>
|
||||
v2.12.0
|
||||
<span class="layui-badge-rim">2025-09-29</span>
|
||||
</h2>
|
||||
|
||||
- #### 新特性
|
||||
@@ -40,7 +39,7 @@ toc: true
|
||||
- #### nav
|
||||
- 修复 纵向菜单出现滚动条时滑块位置异常的问题 #2826 @Sight-wcg
|
||||
|
||||
### 下载: [layui-v2.12.0-alpha.0.zip](https://gitee.com/layui/layui/attach_files/2365521/download)
|
||||
### 下载: [layui-v2.12.0.zip](https://gitee.com/layui/layui/attach_files/2369898/download)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "layui",
|
||||
"version": "2.12.0-alpha.0",
|
||||
"version": "2.12.0",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
// constructor
|
||||
var Class = function() {
|
||||
this.v = '2.12.0-alpha.0'; // 版本号
|
||||
this.v = '2.12.0'; // 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
||||
Reference in New Issue
Block a user