Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -0,0 +1,10 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 外圈光晕效果 -->
<circle cx="8" cy="8" r="7.5" fill="#00AE42" fill-opacity="0.2"/>
<!-- 内部实心圆 -->
<circle cx="8" cy="8" r="4" fill="#00AE42">
<!-- 添加渐变使其看起来更立体 -->
<animate attributeName="opacity" values="0.8;1;0.8" dur="2s" repeatCount="indefinite"/>
</circle>
</svg>

After

Width:  |  Height:  |  Size: 450 B