Skip to content

Commit

Permalink
feat: Version
Browse files Browse the repository at this point in the history
  • Loading branch information
itchaox committed Jul 15, 2024
1 parent ad41c18 commit 864050d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/components/MainPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author : itchaox
* @Date : 2024-07-06 11:57
* @LastAuthor : itchaox
* @LastTime : 2024-07-15 11:59
* @LastTime : 2024-07-15 12:02
* @desc :
-->
<script setup lang="ts">
Expand Down Expand Up @@ -646,7 +646,7 @@ const defaultFileName = ref('Annotree_{YYYY}-{MM}-{DD}_{HH}-{mm}-{ss}')
<div>
<div class="tab-item">
<div class="tab-item-label">当前版本</div>
<div class="tab-item-value">{{ packageJson.version }}</div>
<div class="tab-item-value">v{{ packageJson.version }}</div>
</div>
<div class="tab-item">
<div class="tab-item-label">开发者</div>
Expand Down

0 comments on commit 864050d

Please sign in to comment.