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

@@ -20,7 +20,7 @@
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link href="/template/default/pc/css/style.css" rel="stylesheet" type="text/css">
<link href='/template/default/pc/css/style.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}' rel="stylesheet" type="text/css">
{block name="meta-other"}{/block}
{block name="head"}{/block}
{block name="head-css"}{/block}
@@ -96,8 +96,8 @@
</script>
<script src="/template/default/pc/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/pc/js/common.js"></script>
<script src="/template/default/js/common.js"></script>
<script src='/template/default/pc/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"}