brand: 顶栏/登录页/favicon/官方logo 统一使用 logo.png

This commit is contained in:
Pine
2026-08-27 19:53:45 +08:00
parent b300c682a8
commit e0017f3a9a
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/pineagents-icon.svg" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

+1 -1
View File
@@ -364,7 +364,7 @@ export default function Header() {
*/}
<Slot name="header.logo" kind="replace">
<img
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
src="/logo.png"
alt="PineAgents"
className={styles.logoImg}
/>
+1 -1
View File
@@ -286,7 +286,7 @@ export default function LoginPage() {
>
<div style={{ textAlign: "center", marginBottom: 24 }}>
<img
src={isDark ? "/logo-dark.svg" : "/logo-light.svg"}
src="/logo.png"
alt="PineAgents"
style={{ height: 48, marginBottom: 12 }}
/>