refactor: 移除hero水墨动画,优化全局样式与组件细节

This commit is contained in:
张翔
2026-05-04 00:00:19 +08:00
parent 61bb24d56e
commit 747405dc96
19 changed files with 1757 additions and 19 deletions
+5 -1
View File
@@ -1152,10 +1152,14 @@ body {
}
/* 优化移动端按钮和链接的触摸目标 */
a, button {
a:not(nav[aria-label="breadcrumb"] a), button {
min-height: 44px;
min-width: 44px;
}
nav[aria-label="breadcrumb"] a {
min-height: 0;
min-width: 0;
}
/* 防止长文本溢出 */
p, li, span {
+6 -1
View File
@@ -124,7 +124,12 @@ export default function RootLayout({
<html lang="zh-CN" className="scroll-smooth" suppressHydrationWarning>
<head>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#C41E3A" />
<OrganizationSchema />
<WebsiteSchema />
</head>