add:demo
parent
9bbbba7b31
commit
bb2ceb1c9a
|
|
@ -389,12 +389,12 @@
|
|||
"icon": "",
|
||||
"spread": false
|
||||
},
|
||||
{
|
||||
"title": "okLayer",
|
||||
"href": "pages/help/okLayer.html",
|
||||
"icon": "",
|
||||
"spread": false
|
||||
}
|
||||
{
|
||||
"title": "okLayer",
|
||||
"href": "pages/help/okLayer.html",
|
||||
"icon": "",
|
||||
"spread": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -411,7 +411,11 @@
|
|||
},
|
||||
{
|
||||
"title": "toastr.js",
|
||||
"href": "pages/tripartite/countup.html"
|
||||
"href": "pages/tripartite/okToastr.html"
|
||||
},
|
||||
{
|
||||
"title": "md5.js",
|
||||
"href": "pages/tripartite/okMd5.html"
|
||||
},
|
||||
{
|
||||
"title": "SweetAlert2.js",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>okMd5</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="../../css/oksub.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
</div>
|
||||
<!--js逻辑-->
|
||||
<script src="../../lib/layui/layui.js"></script>
|
||||
<script>
|
||||
layui.use(["okMd5"], function () {
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>okToastr</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="../../css/oksub.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
</div>
|
||||
<!--js逻辑-->
|
||||
<script src="../../lib/layui/layui.js"></script>
|
||||
<script>
|
||||
layui.use(["okToastr"], function () {
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue