v2.0.21-20230521

This commit is contained in:
MI15\Win
2023-05-21 07:24:42 +08:00
parent 840162fd37
commit b5b2707c3c
25 changed files with 96 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><?php echo $theme;?> - 主题配置</title>
<link rel='stylesheet' href='<?php echo $libs?>/Layui/v2.8.3/css/layui.css'>
<link rel='stylesheet' href='<?php echo $layui['css']; ?>'>
</head>
<body>
<div class="layui-row" style = "margin-top:18px;">
@@ -43,7 +43,7 @@
</div>
</div>
<script src = '<?php echo $libs?>/jquery/jquery-3.6.0.min.js'></script>
<script src = '<?php echo $libs?>/Layui/v2.8.3/layui.js'></script>
<script src = '<?php echo $layui['js']; ?>'></script>
<script src = "./templates/admin/js/public.js?v=<?php echo $Ver;?>"></script>
<script>