This commit is contained in:
momom
2026-04-04 13:06:12 +08:00
commit 1ac8e9b404
11 changed files with 240 additions and 0 deletions

26
python/_images/icon.svg Normal file
View File

@@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<!-- 齿轮 -->
<g transform="translate(256,256)" fill="#FFFFFF">
<rect x="-13" y="-92" width="26" height="28" rx="5"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(45)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(90)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(135)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(180)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(225)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(270)"/>
<rect x="-13" y="-92" width="26" height="28" rx="5" transform="rotate(315)"/>
<circle r="68"/>
<circle r="36" fill="#0F172A"/>
</g>
<!-- 字母 Mpath 精确居中于 256,256 -->
<path d="M232,272 L244,242 L256,266 L268,242 L280,272 Z" fill="#FFFFFF"/>
<!-- 创意火花 -->
<g transform="translate(326,138)" fill="#FFFFFF" opacity="0.85">
<polygon points="0,-18 5,-5 18,0 5,5 0,18 -5,5 -18,0 -5,-5"/>
<circle cx="18" cy="-14" r="3.5"/>
<circle cx="14" cy="-22" r="2"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB