feat: 支持应用打包
This commit is contained in:
BIN
build/icon-1024.png
Normal file
BIN
build/icon-1024.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
18
build/icon.svg
Normal file
18
build/icon.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
|
||||
<defs>
|
||||
<linearGradient id="background" x1="128" y1="96" x2="896" y2="928" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#236e52"/>
|
||||
<stop offset="1" stop-color="#123d2d"/>
|
||||
</linearGradient>
|
||||
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feDropShadow dx="0" dy="34" stdDeviation="32" flood-color="#09261b" flood-opacity="0.34"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<rect x="72" y="72" width="880" height="880" rx="220" fill="url(#background)"/>
|
||||
<path d="M225 270h574c28 0 51 23 51 51v382c0 28-23 51-51 51H225c-28 0-51-23-51-51V321c0-28 23-51 51-51Z" fill="none" stroke="#f5f7e8" stroke-width="28" opacity="0.94"/>
|
||||
<path d="M512 282v460M188 512h648" fill="none" stroke="#f5f7e8" stroke-width="22" opacity="0.7"/>
|
||||
<g filter="url(#shadow)">
|
||||
<circle cx="512" cy="512" r="196" fill="#d8ff63"/>
|
||||
<path d="M384 364c73 46 113 98 128 148 15 50 55 102 128 148M640 364c-73 46-113 98-128 148-15 50-55 102-128 148" fill="none" stroke="#f8ffe4" stroke-width="27" stroke-linecap="round"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user