后台完成修复,初始化项目

This commit is contained in:
2025-07-01 17:18:04 +08:00
commit 5916f076b7
74 changed files with 17444 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="200" height="200" fill="#f8f9fa" stroke="#dee2e6" stroke-width="1"/>
<rect x="60" y="40" width="80" height="120" rx="10" fill="#f0f0f0" stroke="#ccc" stroke-width="2"/>
<rect x="65" y="50" width="70" height="90" fill="#000"/>
<circle cx="100" cy="150" r="5" fill="#ccc"/>
<text x="100" y="185" font-family="Arial, sans-serif" font-size="14" fill="#333" text-anchor="middle">iPad Air
</text>
</svg>

After

Width:  |  Height:  |  Size: 501 B