master
bobi 2019-11-01 16:00:26 +08:00
parent 9bbbba7b31
commit bb2ceb1c9a
3 changed files with 49 additions and 7 deletions

View File

@ -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",

View File

@ -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>

View File

@ -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>