仪表盘
养殖数据概览
乌龟总数
{{ turtles.length }}只
生长记录
{{ records.length }}条
本月新增
{{ thisMonthCount }}条
平均增重
{{ avgGrowth }}g
总体重趋势
📊
暂无数据
最近记录
📝
还没有生长记录
| 日期 | 乌龟 | 品种 | 体重(g) | 背甲长(cm) | 备注 |
|---|---|---|---|---|---|
| {{ r.date }} | {{ turtleName(r.turtleId) }} | {{ turtleSpecies(r.turtleId) }} | {{ r.weight ?? '-' }} | {{ r.carapaceLength ?? '-' }} | {{ r.notes || '-' }} |
乌龟档案
管理个体 · 标签分类
🐢
没有匹配的乌龟
|
|
编号 | 昵称 | 品种 | 性别 | 标签 | 记录数 | |
|---|---|---|---|---|---|---|---|
|
|
{{ t.code }} | {{ t.name || '-' }} | {{ t.species }} | {{ t.gender || '未知' }} |
{{ tag }}
✕
|
{{ recordCount(t.id) }} |
|
{{ currentTurtle.name || currentTurtle.code }}
{{ currentTurtle.gender || '未知' }}
{{ currentTurtle.species }} · 编号 {{ currentTurtle.code }}
品种
{{ currentTurtle.species || '-' }}
出生日期
{{ currentTurtle.birthDate || '-' }}
购入途径
{{ currentTurtle.purchaseChannel || '-' }}
购入时间
{{ currentTurtle.purchaseDate || '-' }}
饲养位置
{{ currentTurtle.habitat || '-' }}
记录数
{{ currentTurtleRecords.length }}
当前体重
{{ latestRecord.weight ? latestRecord.weight + ' g' : '-' }}
当前背甲长
{{ latestRecord.carapaceLength ? latestRecord.carapaceLength + ' cm' : '-' }}
{{ currentTurtle.notes }}
{{ tag }}
生长曲线
📈
至少需要 2 条记录
测量记录
📝
还没有测量记录
| 日期 | 体重(g) | 背甲长(cm) | 背甲宽(cm) | 备注 | |
|---|---|---|---|---|---|
| {{ r.date }} | {{ r.weight ?? '-' }} | {{ r.carapaceLength ?? '-' }} | {{ r.carapaceWidth ?? '-' }} | {{ r.notes || '-' }} |
|
生长记录
所有测量数据
📝
暂无记录
| 日期 | 乌龟 | 品种 | 体重(g) | 背甲长(cm) | 背甲宽(cm) | 备注 | |
|---|---|---|---|---|---|---|---|
| {{ r.date }} | {{ turtleName(r.turtleId) }} | {{ turtleSpecies(r.turtleId) }} | {{ r.weight ?? '-' }} | {{ r.carapaceLength ?? '-' }} | {{ r.carapaceWidth ?? '-' }} | {{ r.notes || '-' }} |
|
设置
数据管理 · 主题外观
数据存储在本地,请及时备份
所有数据都存储在您的浏览器本地,不会上传到服务器。
因此,更换手机、电脑或浏览器,清除浏览器数据,使用无痕模式等操作都可能导致数据丢失。
为防止数据丢失,强烈建议定期导出 JSON 备份文件并妥善保存。
导出备份
导出所有数据为 JSON 文件,用于永久保存或迁移。
导入备份
从 JSON 文件恢复数据,将覆盖当前所有内容。
清空数据库
永久删除所有数据,建议先导出备份。
🎨 主题色
选择你喜欢的主题颜色,立即生效并自动保存。
{{ theme.label }}