mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
chore: 更新 staticfile 最新 cdn 域名
This commit is contained in:
@@ -533,9 +533,9 @@ div class="layui-row">
|
||||
```
|
||||
<!-- 让 IE8/9 支持媒体查询,从而兼容栅格 -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
|
||||
<script src="https://cdn.staticfile.net/html5shiv/r29/html5.min.js"></script>
|
||||
<script src="https://cdn.staticfile.net/respond.js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
```
|
||||
|
||||
将上述代码放入你页面 `<body>` 标签内的任意位置即可。
|
||||
将上述代码放入你页面 `<body>` 标签内的任意位置即可。
|
||||
|
||||
Reference in New Issue
Block a user