仪表盘顶栏品牌图标替换为新 logo

HeaderBar 用 apple-touch-icon 替代 CloudSun 图标,新增 static 静态资源目录。
This commit is contained in:
2569718930@qq.com
2026-05-25 01:09:10 +08:00
parent 759ee7a8e4
commit 8b93f8ff54
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ export function HeaderBar({
return (
<header className="header">
<div className="brand">
<span className="brand-mark bg-blue-600 !border-transparent flex items-center justify-center text-white" aria-hidden="true">
<CloudSun size={18} />
<span className="brand-mark" aria-hidden="true">
<img src="/apple-touch-icon.png" alt="PolyWeather" />
</span>
<h1>PolyWeather</h1>
<span className="subtitle">{t("header.subtitle")}</span>
Binary file not shown.

After

Width:  |  Height:  |  Size: 773 KiB