fix: 缩小图标 MD 字母尺寸(52% → 38%,SVG 32px → 24px)

This commit is contained in:
thzxx
2026-05-27 22:12:55 +08:00
parent 4caa215d6c
commit ba76cdab54
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -28,9 +28,9 @@ export function AppIcon({ size = 80 }: IconProps) {
{/* 左上角高光 */}
<rect x="4" y="4" width="72" height="72" rx="16" fill="url(#app-highlight)"/>
{/* MD 文字 */}
<text x="40" y="44" textAnchor="middle" dominantBaseline="central"
fontFamily="Georgia, 'Times New Roman', serif" fontWeight="bold" fontSize="32"
fill="white" letterSpacing="2">MD</text>
<text x="40" y="46" textAnchor="middle" dominantBaseline="central"
fontFamily="Georgia, 'Times New Roman', serif" fontWeight="bold" fontSize="24"
fill="white" letterSpacing="1.5">MD</text>
{/* 底部装饰线 */}
<rect x="20" y="58" width="40" height="2.5" rx="1.25" fill="white" fillOpacity="0.25"/>
</svg>