feat: Hide the favorites button for installed items. (#8488)

This commit is contained in:
ChengPlay 2025-04-27 17:16:49 +08:00 committed by GitHub
parent ec1db8b5e9
commit cad4ee824a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,7 +184,7 @@
</el-button>
</el-tooltip>
</span>
<span class="ml-1">
<span class="ml-1" v-if="mode === 'installed'">
<el-tooltip
effect="dark"
:content="$t('website.cancelFavorite')"