Browse Source

更新图标且重新上传插件到插件市场

main
wandong 7 months ago
parent
commit
550758986d
  1. 33
      src/main/resources/META-INF/pluginIcon.svg

33
src/main/resources/META-INF/pluginIcon.svg

@ -1,12 +1,25 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32.0845 7.94025V4H24.0203V7.9896H16.029V4H7.91553V7.94025H4V36H16.0044V32.0045C16.0058 30.9457 16.4274 29.9308 17.1766 29.1826C17.9258 28.4345 18.9412 28.0143 20 28.0143C21.0588 28.0143 22.0743 28.4345 22.8234 29.1826C23.5726 29.9308 23.9942 30.9457 23.9956 32.0045V36H36V7.94025H32.0845Z"
fill="url(#paint0_linear)"/>
<defs>
<linearGradient id="paint0_linear" x1="2.94192" y1="4.89955" x2="37.7772" y2="39.7345"
gradientUnits="userSpaceOnUse">
<stop offset="0.15937" stop-color="#3BEA62"/>
<stop offset="0.5404" stop-color="#3C99CC"/>
<stop offset="0.93739" stop-color="#6B57FF"/>
</linearGradient>
</defs>
<!-- 背景 -->
<rect x="2" y="2" width="36" height="36" rx="4" fill="#F8F9FA"/>
<!-- 左上角模块 -->
<rect x="6" y="6" width="12" height="12" rx="2" fill="#4285F4"/>
<circle cx="9" cy="9" r="1.5" fill="#EA4335"/>
<!-- 右上角模块(旋转) -->
<g transform="translate(20, 6) rotate(15) translate(-6, -6)">
<rect x="0" y="0" width="12" height="12" rx="2" fill="#4285F4"/>
</g>
<!-- 左下角模块 -->
<rect x="6" y="22" width="12" height="12" rx="2" fill="#4285F4"/>
<!-- 右下角模块 -->
<rect x="22" y="22" width="12" height="12" rx="2" fill="#4285F4"/>
<!-- 连接线表示聚合关系 -->
<path d="M12 18v2M18 12h2M18 18v2M24 18v2" stroke="#4285F4" stroke-width="1" stroke-linecap="round"/>
<!-- 聚合中心点 -->
<circle cx="20" cy="20" r="1" fill="#4285F4"/>
</svg>

Before

Width:  |  Height:  |  Size: 818 B

After

Width:  |  Height:  |  Size: 985 B

Loading…
Cancel
Save