updata favicon icon

main
yezhen 2026-02-02 16:23:00 +08:00
parent df03551b1b
commit 7557f3c7d9
5 changed files with 13 additions and 2 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -3,7 +3,10 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>React App</title> <title>Hoyidata</title>
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/redhare.png?v=1" />
<link rel="shortcut icon" type="image/png" href="/redhare.png?v=1" />
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

BIN
public/redhare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -87,6 +87,9 @@ export default function HomeContent() {
<div className="home-hero-title-line home-hero-title-line-2"> <div className="home-hero-title-line home-hero-title-line-2">
数据洞察平台 数据洞察平台
</div> </div>
<div className="home-hero-title-line home-hero-title-line-3">
tiktokfbshopeeamazon...
</div>
</div> </div>
<div className="home-hero-stats"> <div className="home-hero-stats">
{stats.map((stat) => ( {stats.map((stat) => (
@ -101,7 +104,7 @@ export default function HomeContent() {
我们助您抓住TikTok的每一次机会 我们助您抓住TikTok的每一次机会
</Paragraph> </Paragraph>
<Button className="home-cta" type="primary" size="large"> <Button className="home-cta" type="primary" size="large">
7免费试用 免费试用
</Button> </Button>
</div> </div>
</div> </div>

View File

@ -35,6 +35,11 @@
line-height: 84px; line-height: 84px;
} }
.home-hero-title-line-3 {
font-size: 24px;
line-height: 36px;
}
.home-hero-content p { .home-hero-content p {
color: #60708a; color: #60708a;
margin: 0 0 24px; margin: 0 0 24px;