refactor: 设置模板输出替换

This commit is contained in:
2025-04-12 17:26:51 +08:00
parent abbd36c84d
commit 03b7e0d288
7 changed files with 49 additions and 18 deletions

View File

@@ -8,10 +8,10 @@
<meta name="description" content="{$basic_config['website_seo_description']['value']}" />
{/block}
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/static/index/css/public.css" />
<link rel="stylesheet" type="text/css" href="/static/index/css/fonts.css" />
<link rel="stylesheet" type="text/css" href="/static/index/css/orico_header.css" />
<link rel="stylesheet" type="text/css" href="/static/index/css/orico_footer.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/public.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/fonts.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/orico_header.css" />
<link rel="stylesheet" type="text/css" href="__CSS__/orico_footer.css" />
{block name="style"}{/block}
<link rel="stylesheet" href="https://unpkg.com/swiper@9/swiper-bundle.min.css">
<script type="text/javascript" src='https://code.jquery.com/jquery-3.6.0.min.js'></script>