refactor(backend): 重构动物相关 API 接口
- 更新了动物数据结构和相关类型定义 - 优化了动物列表、详情、创建、更新和删除接口 - 新增了更新动物状态接口 - 移除了与认领记录相关的接口 -调整了 API 响应结构
This commit is contained in:
16
website/images/flower-case.svg
Normal file
16
website/images/flower-case.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#764ba2;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#667eea;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="100%" height="100%" fill="url(#grad3)"/>
|
||||
<g fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold">
|
||||
<text x="200" y="100" font-size="24" dy="0.35em">送花服务</text>
|
||||
<text x="200" y="130" font-size="14" opacity="0.8">传递心意,送达祝福</text>
|
||||
</g>
|
||||
<path d="M150,80 Q180,60 210,80 Q240,100 270,80" stroke="rgba(255,255,255,0.2)" fill="none" stroke-width="2"/>
|
||||
<circle cx="180" cy="120" r="10" fill="rgba(255,255,255,0.1)"/>
|
||||
<circle cx="220" cy="140" r="8" fill="rgba(255,255,255,0.1)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 884 B |
Reference in New Issue
Block a user