完善机构终端页面布局与登录页细节调整

This commit is contained in:
2569718930@qq.com
2026-05-25 00:31:11 +08:00
parent fd2531341d
commit b6d7b07708
5 changed files with 749 additions and 308 deletions
+3 -2
View File
@@ -10,6 +10,7 @@ import {
RotateCw,
BookOpen,
MoreHorizontal,
CloudSun,
} from "lucide-react";
import { useEffect, useState } from "react";
import { useDashboardStore, useProAccess } from "@/hooks/useDashboardStore";
@@ -95,8 +96,8 @@ export function HeaderBar({
return (
<header className="header">
<div className="brand">
<span className="brand-mark" aria-hidden="true">
<Image src="/favicon-32x32.png" alt="" width={24} height={24} priority />
<span className="brand-mark bg-blue-600 !border-transparent flex items-center justify-center text-white" aria-hidden="true">
<CloudSun size={18} />
</span>
<h1>PolyWeather</h1>
<span className="subtitle">{t("header.subtitle")}</span>