Skip to content

Commit

Permalink
Merge pull request #632 from q8018414/patch-1
Browse files Browse the repository at this point in the history
Update AboutUs.vue
  • Loading branch information
MliKiowa authored Dec 16, 2024
2 parents 1005619 + 7e71622 commit 8b9c7b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion napcat.webui/src/pages/AboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,11 @@
<t-tag class="tag-item pgk-color"> WebUi: {{ pkg.version }} </t-tag>
<t-tag class="tag-item nc-color">
NapCat:
{{ githubReleasesData&&githubReleasesData[0] ?.tag_name ? githubReleasesData[0].tag_name : napCatVersion }}
{{ napCatVersion }}
</t-tag>
<t-tag v-if="githubReleasesData&&githubReleasesData[0] ?.tag_name" class="tag-item nc-color">
New NapCat:
{{ githubReleasesData[0].tag_name }}
</t-tag>
<t-tag class="tag-item td-color"> TDesign: {{ pkg.dependencies['tdesign-vue-next'] }} </t-tag>
</span>
Expand Down

0 comments on commit 8b9c7b0

Please sign in to comment.