后台完成修复,初始化项目
This commit is contained in:
7
src/main/resources/static/images/default-product.svg
Normal file
7
src/main/resources/static/images/default-product.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="100" height="100" fill="#f8f9fa" stroke="#dee2e6" stroke-width="1"/>
|
||||
<text x="50" y="35" font-family="Arial, sans-serif" font-size="12" fill="#6c757d" text-anchor="middle">商品</text>
|
||||
<text x="50" y="50" font-family="Arial, sans-serif" font-size="12" fill="#6c757d" text-anchor="middle">图片</text>
|
||||
<text x="50" y="70" font-family="Arial, sans-serif" font-size="10" fill="#adb5bd" text-anchor="middle">暂无图片
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 533 B |
8
src/main/resources/static/images/ipad.svg
Normal file
8
src/main/resources/static/images/ipad.svg
Normal 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 |
8
src/main/resources/static/images/iphone15.svg
Normal file
8
src/main/resources/static/images/iphone15.svg
Normal 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="50" y="30" width="100" height="140" rx="20" fill="#1d1d1f" stroke="#333" stroke-width="2"/>
|
||||
<circle cx="100" cy="50" r="8" fill="#333"/>
|
||||
<rect x="60" y="60" width="80" height="100" fill="#000"/>
|
||||
<text x="100" y="185" font-family="Arial, sans-serif" font-size="14" fill="#333" text-anchor="middle">iPhone 15
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 503 B |
8
src/main/resources/static/images/macbook.svg
Normal file
8
src/main/resources/static/images/macbook.svg
Normal 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="30" y="60" width="140" height="90" rx="5" fill="#c0c0c0" stroke="#999" stroke-width="2"/>
|
||||
<rect x="35" y="65" width="130" height="75" fill="#000"/>
|
||||
<rect x="40" y="155" width="120" height="10" rx="5" fill="#e0e0e0"/>
|
||||
<text x="100" y="185" font-family="Arial, sans-serif" font-size="14" fill="#333" text-anchor="middle">MacBook Pro
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 527 B |
Reference in New Issue
Block a user