feat: 新增租戶品牌客製化系統(Logo、主色系)、修正 hardcoded 顏色為 CSS 變數
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Successful in 47s
Koori-ERP-Deploy-System / deploy-production (push) Has been skipped

This commit is contained in:
2026-01-16 14:36:24 +08:00
parent a2c99e3a36
commit 55272d5d43
36 changed files with 568 additions and 70 deletions

View File

@@ -27,17 +27,20 @@ export default function LandlordLogin() {
return (
<div className="min-h-screen flex items-center justify-center bg-slate-900 relative overflow-hidden">
<Head title="總後台登入" />
<Head title="總後台登入">
<link rel="icon" type="image/png" href="/favicon-landlord.png" />
<link rel="shortcut icon" href="/favicon-landlord.png" type="image/png" />
<link rel="apple-touch-icon" href="/favicon-landlord.png" />
</Head>
{/* 深色背景裝飾 */}
<div className="absolute top-0 -left-4 w-96 h-96 bg-indigo-900/30 rounded-full mix-blend-screen filter blur-3xl opacity-50 animate-blob"></div>
<div className="absolute bottom-0 -right-4 w-96 h-96 bg-blue-900/30 rounded-full mix-blend-screen filter blur-3xl opacity-50 animate-blob animation-delay-2000"></div>
<div className="w-full max-w-md p-8 relative z-10">
<div className="flex flex-col items-center mb-8">
{/* 使用不同風格的 Logo 或純文字 */}
<div className="text-white text-3xl font-bold tracking-wider mb-2">Star ERP</div>
<div className="text-slate-400 text-sm tracking-widest uppercase"></div>
<div className="flex flex-col items-center mb-12">
<div className="text-white text-5xl font-bold tracking-wider mb-3">Star ERP</div>
<div className="text-slate-400 text-sm tracking-widest uppercase font-semibold"></div>
</div>
<div className="glass-panel p-8 rounded-xl shadow-2xl bg-slate-800/50 backdrop-blur-md border border-slate-700/50">