文字與icon修正
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 54s

This commit is contained in:
2026-01-07 09:34:00 +08:00
parent 1bd89dcf2e
commit 720c9a176a
5 changed files with 9 additions and 6 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -226,7 +226,7 @@ export default function AuthenticatedLayout({ children }: { children: React.Reac
<header className="lg:hidden fixed top-0 left-0 right-0 h-16 bg-white border-b border-slate-200 z-[60] flex items-center justify-between px-4">
<Link href="/" className="flex items-center gap-2">
<div className="w-8 h-8 rounded-lg bg-primary-main flex items-center justify-center text-white font-bold text-lg">K</div>
<span className="font-bold text-slate-900"> ERP</span>
<span className="font-bold text-slate-900"> ERP</span>
</Link>
<button
onClick={() => setIsMobileOpen(!isMobileOpen)}
@@ -245,7 +245,7 @@ export default function AuthenticatedLayout({ children }: { children: React.Reac
{!isCollapsed && (
<Link href="/" className="flex items-center gap-2 group">
<div className="w-8 h-8 rounded-lg bg-primary-main flex items-center justify-center text-white font-bold text-lg group-hover:scale-110 transition-transform">K</div>
<span className="font-extrabold text-[#01ab83] text-lg tracking-tight"> ERP</span>
<span className="font-extrabold text-[#01ab83] text-lg tracking-tight"> ERP</span>
</Link>
)}
{isCollapsed && (
@@ -290,7 +290,7 @@ export default function AuthenticatedLayout({ children }: { children: React.Reac
<div className="h-16 flex items-center justify-between px-6 border-b border-slate-100">
<Link href="/" className="flex items-center gap-2">
<div className="w-8 h-8 rounded-lg bg-primary-main flex items-center justify-center text-white font-bold text-lg">K</div>
<span className="font-extrabold text-[#01ab83] text-lg"> ERP</span>
<span className="font-extrabold text-[#01ab83] text-lg"> ERP</span>
</Link>
<button onClick={() => setIsMobileOpen(false)} className="p-2 text-slate-400">
<X className="h-5 w-5" />

View File

@@ -75,12 +75,12 @@ export default function Dashboard({ stats }: Props) {
return (
<AuthenticatedLayout>
<Head title="控制台 - 甜點店 ERP" />
<Head title="控制台 - 小小冰室 ERP" />
<div className="p-8 max-w-7xl mx-auto">
<div className="mb-8">
<h1 className="text-3xl font-bold text-grey-0 mb-2"></h1>
<p className="text-grey-2"> ERP </p>
<p className="text-grey-2"> ERP </p>
</div>
{/* 主要數據卡片 */}

View File

@@ -178,7 +178,7 @@ export default function ProductManagement({ products, categories, filters }: Pag
{/* Header */}
<div className="mb-6">
<h1 className="mb-2"></h1>
<p className="text-gray-600"></p>
<p className="text-gray-600"></p>
</div>
{/* Toolbar */}

View File

@@ -6,6 +6,9 @@
<title inertia>{{ config('app.name', 'Laravel') }}</title>
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>