新增通用的浏览器自动化扩展插件
This commit is contained in:
13
expand/general-auto/icons/icon128.svg
Normal file
13
expand/general-auto/icons/icon128.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="128" height="128" rx="20" fill="url(#grad1)"/>
|
||||
<text x="64" y="90" font-family="Arial, sans-serif" font-size="56" font-weight="bold" fill="white" text-anchor="middle">GA</text>
|
||||
<circle cx="64" cy="40" r="3" fill="white" opacity="0.8"/>
|
||||
<circle cx="90" cy="30" r="2" fill="white" opacity="0.6"/>
|
||||
<circle cx="40" cy="35" r="2" fill="white" opacity="0.6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 699 B |
Reference in New Issue
Block a user