Skip to content

Commit

Permalink
add PlantID to almanac
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Feb 16, 2025
1 parent d567f70 commit bba122b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/plantsAlmanac/views/PlantDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<div class="details-container">
<div class="plant-introduction">
<p class="description">Codename: <span class="descriptionKey">{{ plant.codename }}</span></p>
<p class="description">PlantID: <span class="descriptionKey">{{ plant.id }}</span></p>
<!-- <br><p class="description">Objdata:{{ plant.objdata }}</p> -->
</div>
</div>
Expand Down

0 comments on commit bba122b

Please sign in to comment.