更新 docs 中的引入资源

This commit is contained in:
贤心
2023-11-29 12:41:17 +08:00
parent 868c945943
commit c2aea60df3
8 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="{{= d.layui.cdn.css }}" rel="stylesheet">
<link href="{{= d.layui[2].cdn.css }}" rel="stylesheet">
</head>
<body class="layui-bg-gray">
<div class="layui-panel" style="width: 260px; margin: 16px;">
@@ -97,7 +97,7 @@
</ul>
</div>
<script src="{{= d.layui.cdn.js }}"></script>
<script src="{{= d.layui[2].cdn.js }}"></script>
<script>
layui.use(function(){
var dropdown = layui.dropdown;
@@ -114,4 +114,4 @@ layui.use(function(){
});
</script>
</body>
</html>
</html>