mirror of https://github.com/layui/layui
parent
d4ccb143fb
commit
470f331cf5
File diff suppressed because one or more lines are too long
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">
|
<h2 id="v2.10.0" class="ws-anchor">
|
||||||
v2.10.0-rc.4
|
v2.10.0-rc.5
|
||||||
<span class="layui-badge-rim">2025-03-10</span>
|
<span class="layui-badge-rim">2025-03-11</span>
|
||||||
<span class="layui-badge-rim" style="color: #16b777;">预览版</span>
|
<span class="layui-badge-rim" style="color: #16b777;">预览版</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ toc: true
|
||||||
- #### 其他
|
- #### 其他
|
||||||
- 调低 `.layui-text` 中的 `<a>` 标签文字颜色优先级 #2477 @sentsim
|
- 调低 `.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",
|
"name": "layui",
|
||||||
"version": "2.10.0-rc.4",
|
"version": "2.10.0-rc.5",
|
||||||
"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.10.0-rc.4'; // Layui 版本号
|
this.v = '2.10.0-rc.5'; // Layui 版本号
|
||||||
};
|
};
|
||||||
|
|
||||||
// 识别预先可能定义的指定全局对象
|
// 识别预先可能定义的指定全局对象
|
||||||
|
|
Loading…
Reference in New Issue