This commit is contained in:
2026-07-21 14:01:22 +08:00
10 changed files with 490 additions and 455 deletions
@@ -866,7 +866,7 @@ const AppLayout: React.FC = () => {
>
{siteLogo ? (
<img src={siteLogo} alt="logo" style={{ width: 28, height: 28, objectFit: 'contain' }} />
<img src={siteLogo} alt="logo" style={{ width: 36, height: 36, objectFit: 'contain' }} />
) : (
<ThunderboltOutlined style={{ fontSize: 20, color: '#ffffff' }} />
)}