PWA支持
This commit is contained in:
10
Web/public/icons/icon-512x512.svg
Normal file
10
Web/public/icons/icon-512x512.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad512" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1989fa;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#0b5fd6;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" fill="url(#grad512)" rx="51.2"/>
|
||||
<text x="50%" y="50%" font-size="204.8" fill="white" text-anchor="middle" dy=".35em" font-family="Arial, Microsoft YaHei, sans-serif" font-weight="bold">账</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 555 B |
Reference in New Issue
Block a user