2.4发版前更新

前端分离出来
工具列表新增版本控制
This commit is contained in:
2020-04-01 18:00:18 +08:00
parent b69b2f3755
commit 11d2c15dae
138 changed files with 38 additions and 7 deletions

19
html/apphtml/user.html Normal file
View File

@@ -0,0 +1,19 @@
<html>
<link rel="stylesheet" href="../static/layui/css/layui.css">
<script src="../static/layui/layui.js"></script>
<script src="../static/js/jquery-3.2.1.js"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>倒计时设置</title>
</head>
<body>
</body>
<script type="text/javascript">
layui.use("element", function() {
var element=layui.element;
});
</script>
</html>