mirror of
https://gitee.com/layui/layui.git
synced 2025-04-04 23:39:34 +08:00
release: v2.10.0-rc.5
This commit is contained in:
parent
d4ccb143fb
commit
470f331cf5
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
@ -11,8 +11,8 @@ toc: true
|
||||
|
||||
|
||||
<h2 id="v2.10.0" class="ws-anchor">
|
||||
v2.10.0-rc.4
|
||||
<span class="layui-badge-rim">2025-03-10</span>
|
||||
v2.10.0-rc.5
|
||||
<span class="layui-badge-rim">2025-03-11</span>
|
||||
<span class="layui-badge-rim" style="color: #16b777;">预览版</span>
|
||||
</h2>
|
||||
|
||||
@ -46,7 +46,7 @@ toc: true
|
||||
- #### 其他
|
||||
- 调低 `.layui-text` 中的 `<a>` 标签文字颜色优先级 #2477 @sentsim
|
||||
|
||||
### 下载: [layui-v2.10.0-rc.4.zip](https://gitee.com/layui/layui/attach_files/2088387/download)
|
||||
### 下载: [layui-v2.10.0-rc.5.zip](https://gitee.com/layui/layui/attach_files/2090171/download)
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "layui",
|
||||
"version": "2.10.0-rc.4",
|
||||
"version": "2.10.0-rc.5",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
@ -16,7 +16,7 @@
|
||||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.10.0-rc.4'; // Layui 版本号
|
||||
this.v = '2.10.0-rc.5'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
Loading…
Reference in New Issue
Block a user