feat: add software download center

This commit is contained in:
lwt
2026-06-08 20:53:14 +08:00
parent aa29e4e462
commit c8cfe68361
18 changed files with 3738 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
<title>Software download</title>
<defs>
<linearGradient id="box" x1="12" x2="52" y1="8" y2="58" gradientUnits="userSpaceOnUse">
<stop stop-color="#5db2ff"/>
<stop offset="1" stop-color="#2049ee"/>
</linearGradient>
<linearGradient id="accent" x1="22" x2="42" y1="14" y2="38" gradientUnits="userSpaceOnUse">
<stop stop-color="#fff"/>
<stop offset="1" stop-color="#dff0ff"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="16" fill="#edf5ff"/>
<path fill="url(#box)" d="M12 18.5 32 8l20 10.5v27L32 56 12 45.5v-27Z"/>
<path fill="#8cc8ff" d="m12 18.5 20 10.4 20-10.4L32 8 12 18.5Z"/>
<path fill="#1b37ba" opacity=".28" d="M32 28.9 52 18.5v27L32 56V28.9Z"/>
<path fill="url(#accent)" d="M30 17h4v18.2l6.1-6.1 2.8 2.8L32 42.8 21.1 31.9l2.8-2.8 6.1 6.1V17Z"/>
<rect x="19" y="45" width="26" height="4" rx="2" fill="#dff0ff"/>
</svg>

After

Width:  |  Height:  |  Size: 992 B