mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix ui
This commit is contained in:
@@ -32,7 +32,8 @@ const optionMeta: Record<SubscribeMode, { icon: string; title: string }> = {
|
|||||||
},
|
},
|
||||||
best_version: {
|
best_version: {
|
||||||
icon: 'mdi-refresh',
|
icon: 'mdi-refresh',
|
||||||
title: props.type === '电视剧' ? t('dialog.subscribeMode.bestVersionEpisode') : t('dialog.subscribeMode.bestVersion'),
|
title:
|
||||||
|
props.type === '电视剧' ? t('dialog.subscribeMode.bestVersionEpisode') : t('dialog.subscribeMode.bestVersion'),
|
||||||
},
|
},
|
||||||
best_version_full: {
|
best_version_full: {
|
||||||
icon: 'mdi-shimmer',
|
icon: 'mdi-shimmer',
|
||||||
@@ -47,6 +48,7 @@ const optionMeta: Record<SubscribeMode, { icon: string; title: string }> = {
|
|||||||
<VCardTitle class="text-lg font-weight-bold px-5 pt-5">
|
<VCardTitle class="text-lg font-weight-bold px-5 pt-5">
|
||||||
{{ t('dialog.subscribeMode.title') }}
|
{{ t('dialog.subscribeMode.title') }}
|
||||||
</VCardTitle>
|
</VCardTitle>
|
||||||
|
<VDivider />
|
||||||
<VList class="py-2">
|
<VList class="py-2">
|
||||||
<VListItem
|
<VListItem
|
||||||
v-for="mode in modeItems"
|
v-for="mode in modeItems"
|
||||||
|
|||||||
Reference in New Issue
Block a user