This commit is contained in:
make
2025-04-29 21:24:31 +08:00
parent bb25d58619
commit d1e742f3c0
8 changed files with 16 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://{$DomainModel->d_domain}/">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link rel="stylesheet" href="/template/default/h5/css/style.css">
<link rel="stylesheet" href='/template/default/h5/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -93,8 +93,8 @@
</script>
<script src="/template/default/h5/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/h5/js/common.js"></script>
<script src="/template/default/js/common.js"></script>
<script src='/template/default/h5/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
<script src='/template/default/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="customize"}