mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-12 11:10:01 +08:00
🐛 Fix(custom): fix the double v in version page
This commit is contained in:
@@ -1136,7 +1136,7 @@
|
||||
<div class="version-card latest" :class="{ 'has-update': needUpdate }">
|
||||
<div class="version-card-label">{{ t('pages.settings.update.newestVersion') }}</div>
|
||||
<div class="version-card-value">
|
||||
{{ latestVersion ? `v${latestVersion}` : t('pages.settings.update.getting') }}
|
||||
{{ latestVersion ? `${latestVersion}` : t('pages.settings.update.getting') }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user