feat: 添加PWA manifest、更新品牌图标配色、添加打印样式
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#4F46E5"/>
|
||||
<stop offset="100%" stop-color="#8B5CF6"/>
|
||||
<stop offset="0%" stop-color="#0f766e"/>
|
||||
<stop offset="100%" stop-color="#10b981"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="32" height="32" rx="8" fill="url(#g)"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 447 B |
Reference in New Issue
Block a user