{{homeName}}的小屋
学号 {{uid}}
{{if updatedAt}}
{{updatedAt}}
{{/if}}
{{each summaryCards item index}} {{/each}}
精灵信息
{{if guardPets.length}}
守卫精灵 {{each guardPets item}} {{item.name}} {{item.statusText}} {{/each}}
{{/if}} {{if indoorPets.length}}
{{each indoorPets item}}
{{if item.iconUrl}} {{else}}
无图
{{/if}} {{if item.starIconUrl}} {{/if}}
Lv{{item.level}}
{{item.name}}
{{item.statusText}}
{{item.note}}
{{/each}}
{{else}}
当前没有室内精灵信息
{{/if}}
种植信息
{{if gardenPlots.length}}
{{each gardenPlots item}}
{{if item.iconUrl}} {{else}}
无图
{{/if}}
{{item.plantName}}
{{item.statusText}}
{{if !item.ready}}
{{item.leftTimeText}}
{{/if}}
{{/each}}
{{else}}
当前没有菜园作物信息
{{/if}}