From cb5f4a6148338ef7565321ab37110fb6e5c0b3dd Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Thu, 26 Jun 2025 11:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=B5=8B=E8=AF=95pad?= =?UTF-8?q?=E5=92=8Cpc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/pc/public/base.html | 122 ++++++++++++++++++++--------- 1 file changed, 86 insertions(+), 36 deletions(-) diff --git a/app/index/view/pc/public/base.html b/app/index/view/pc/public/base.html index b565e8e5..1400c8ab 100644 --- a/app/index/view/pc/public/base.html +++ b/app/index/view/pc/public/base.html @@ -1,39 +1,89 @@ - - - {block name="title"}{$basic_config['website_seo_title']['value']}{/block} - {block name="seo"} - - - {/block} - - - - - - {block name="style"}{/block} - - - - - - - - - {block name="header"} - {include file="public/header"/} - {/block} - {block name="main"}{/block} - {block name="footer"} - {include file="public/footer"/} - {/block} - {block name="script"}{/block} - + + + {block name="title"}{$basic_config['website_seo_title']['value']}{/block} + {block name="seo"} + + + {/block} + + + + + + {block name="style"}{/block} + + + + + + + + + + {block name="header"} + {include file="public/header"/} + {/block} + {block name="main"}{/block} + {block name="footer"} + {include file="public/footer"/} + {/block} + {block name="script"}{/block} + + \ No newline at end of file