fix: 缩小图标 MD 字母尺寸(52% → 38%,SVG 32px → 24px)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 8.3 KiB |
@@ -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)"/>
|
<rect x="4" y="4" width="72" height="72" rx="16" fill="url(#app-highlight)"/>
|
||||||
{/* MD 文字 */}
|
{/* MD 文字 */}
|
||||||
<text x="40" y="44" textAnchor="middle" dominantBaseline="central"
|
<text x="40" y="46" textAnchor="middle" dominantBaseline="central"
|
||||||
fontFamily="Georgia, 'Times New Roman', serif" fontWeight="bold" fontSize="32"
|
fontFamily="Georgia, 'Times New Roman', serif" fontWeight="bold" fontSize="24"
|
||||||
fill="white" letterSpacing="2">MD</text>
|
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"/>
|
<rect x="20" y="58" width="40" height="2.5" rx="1.25" fill="white" fillOpacity="0.25"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Reference in New Issue
Block a user