feat: 样式调整

This commit is contained in:
2026-07-21 18:14:41 +08:00
parent 60d8f66ad0
commit 634824ff44
12 changed files with 161 additions and 133 deletions

View File

@@ -13,7 +13,7 @@ const pageTitle = title ? `${title} - ${siteTitle}` : siteTitle;
---
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta
@@ -28,7 +28,7 @@ const pageTitle = title ? `${title} - ${siteTitle}` : siteTitle;
</head>
<body>
<BaseHeader />
<main>
<main class="main">
<slot />
</main>
<BaseFooter />