满满
{{ profile.name ? profile.name[0] : '🌱' }}

{{ profile.name || '宝贝' }}的成长日记

{{ profile.name }}已经 {{ ageText }} 啦 点击设置填写宝贝信息

{{ stats.records }} 成长记录
{{ stats.photos }} 珍贵照片
{{ stats.milestones }} 里程碑
{{ stats.diaries }} 日记篇数
☁️ 🌈

最近动态

{{ item.typeIcon }} {{ item.typeName }} {{ formatDate(item.date) }}

{{ item.title }}

{{ item.preview }}

📔

还没有记录,快来写下第一条吧

📷 最近照片

📷

还没有照片,快来上传吧

📏
最新身高 {{ latestGrowth.height || '--' }} cm
⚖️
最新体重 {{ latestGrowth.weight || '--' }} kg
📅
记录日期 {{ latestGrowth.record_date ? formatDate(latestGrowth.record_date) : (latestGrowth.date ? formatDate(latestGrowth.date) : '--') }}
📈
总记录数 {{ growthRecords.length }}

身高变化 (cm)

体重变化 (kg)

日期 年龄 身高 (cm) 体重 (kg) 备注 操作
{{ formatDate(record.date) }} {{ calcAgeAtDate(record.date) }} {{ record.height || '--' }} {{ record.weight || '--' }} {{ record.note || '--' }}
📏

还没有成长记录

{{ formatDate(photo.record_date || photo.date) }}

{{ photo.caption || '无描述' }}

📷

相册还是空的

{{ group.icon }}

{{ group.category }}

{{ group.items.length }} 个
{{ group.icon }}

{{ item.title }}

{{ item.description }}

{{ formatDate(item.date) }} {{ calcAgeAtDate(item.date) }}
🏆

还没有里程碑记录

{{ getDay(entry.date) }} {{ getMonthYear(entry.date) }}

{{ entry.title }}

{{ weatherIcons[entry.weather] }} {{ entry.weather }} {{ moodIcons[entry.mood] }} {{ entry.mood }}

{{ entry.content }}

📝

还没有写过日记

宝贝信息

📷

数据管理

服务器同步

连接后端服务器,实现手机、电脑等多端数据自动同步。需要先在服务器端启动 API 服务。

已连接到 {{ serverConfig.url }}(用户:{{ remoteUser }})

关于

满满的成长日记 —— 用爱记录宝贝成长的每一天。

数据自动同步到云端,支持多端访问。

运行在本地模式,数据存储在浏览器中。可连接后端服务器开启多端同步。