重新设计应用图标

This commit is contained in:
xintaofei
2026-03-22 13:14:35 +08:00
parent 7174ac8d4c
commit ba3ccc0153
18 changed files with 8 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 647 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

@@ -2,8 +2,8 @@
<defs> <defs>
<!-- 代码符号渐变 --> <!-- 代码符号渐变 -->
<linearGradient id="code" x1="0%" y1="0%" x2="100%" y2="100%"> <linearGradient id="code" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e0e7ff"/> <stop offset="0%" style="stop-color:#dcdfe9"/>
<stop offset="100%" style="stop-color:#c7d2fe"/> <stop offset="100%" style="stop-color:#cdd1e2"/>
</linearGradient> </linearGradient>
<!-- 色料三元色 --> <!-- 色料三元色 -->
<linearGradient id="bubble1" x1="0%" y1="0%" x2="100%" y2="100%"> <linearGradient id="bubble1" x1="0%" y1="0%" x2="100%" y2="100%">
@@ -24,17 +24,13 @@
<rect x="16" y="16" width="480" height="480" rx="96" ry="96" fill="#1a1a2e"/> <rect x="16" y="16" width="480" height="480" rx="96" ry="96" fill="#1a1a2e"/>
<!-- 代码尖括号 < > --> <!-- 代码尖括号 < > -->
<polyline points="190,180 120,240 190,300" <polyline points="180,186 100,256 180,326"
fill="none" stroke="url(#code)" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/> fill="none" stroke="url(#code)" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
<polyline points="322,180 392,240 322,300" <polyline points="332,186 412,256 332,326"
fill="none" stroke="url(#code)" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/> fill="none" stroke="url(#code)" stroke-width="32" stroke-linecap="round" stroke-linejoin="round"/>
<!-- 中间斜杠 / --> <!-- 中间三个圆点(横排) -->
<line x1="280" y1="160" x2="232" y2="320" <circle cx="206" cy="256" r="30" fill="url(#bubble1)" opacity="0.95"/>
stroke="url(#code)" stroke-width="28" stroke-linecap="round" opacity="0.7"/> <circle cx="256" cy="256" r="36" fill="url(#bubble2)" opacity="0.95"/>
<circle cx="306" cy="256" r="30" fill="url(#bubble3)" opacity="0.95"/>
<!-- 底部三个圆点 -->
<circle cx="176" cy="396" r="28" fill="url(#bubble1)" opacity="0.95"/>
<circle cx="256" cy="396" r="28" fill="url(#bubble2)" opacity="0.95"/>
<circle cx="336" cy="396" r="28" fill="url(#bubble3)" opacity="0.95"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB