refactor(backend): 重构动物相关 API 接口
- 更新了动物数据结构和相关类型定义 - 优化了动物列表、详情、创建、更新和删除接口 - 新增了更新动物状态接口 - 移除了与认领记录相关的接口 -调整了 API 响应结构
This commit is contained in:
10
website/images/user-avatar2.svg
Normal file
10
website/images/user-avatar2.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="gradAvatar2" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#3a0ca3;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#4361ee;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<circle cx="25" cy="25" r="25" fill="url(#gradAvatar2)"/>
|
||||
<text x="25" y="30" fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="18">张</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 520 B |
Reference in New Issue
Block a user