完成扩展

This commit is contained in:
dela
2026-01-10 16:53:02 +08:00
parent 9eba656dbd
commit 97b162939e
31 changed files with 8436 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Icon Placeholder Files
These are simple placeholder SVG icons. Replace them with proper PNG icons:
icon16.png - 16x16 pixels
icon32.png - 32x32 pixels
icon48.png - 48x48 pixels
icon128.png - 128x128 pixels
You can create these icons using:
1. Online tools like https://www.canva.com or https://www.figma.com
2. Convert an emoji to PNG at https://emoji.to.png or similar
3. Use a simple design with a wrench/gear icon
Recommended design:
- Dark background (#1a1a1a)
- Green accent color (#4CAF50)
- Wrench or gear symbol

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,4 @@
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg">
<rect width="128" height="128" fill="#1a1a1a" rx="16"/>
<text x="50%" y="55%" text-anchor="middle" font-size="76" fill="#4CAF50" dy=".1em">🔧</text>
</svg>

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

View File

@@ -0,0 +1,4 @@
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<rect width="16" height="16" fill="#1a1a1a" rx="2"/>
<text x="50%" y="55%" text-anchor="middle" font-size="9" fill="#4CAF50" dy=".1em">🔧</text>
</svg>

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

View File

@@ -0,0 +1,4 @@
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" fill="#1a1a1a" rx="4"/>
<text x="50%" y="55%" text-anchor="middle" font-size="19" fill="#4CAF50" dy=".1em">🔧</text>
</svg>

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

View File

@@ -0,0 +1,4 @@
<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" fill="#1a1a1a" rx="6"/>
<text x="50%" y="55%" text-anchor="middle" font-size="28" fill="#4CAF50" dy=".1em">🔧</text>
</svg>

After

Width:  |  Height:  |  Size: 223 B