mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新 PluginCard.vue
This commit is contained in:
@@ -590,12 +590,12 @@ watch(
|
|||||||
</VDialog>
|
</VDialog>
|
||||||
|
|
||||||
<!-- 插件分身对话框 -->
|
<!-- 插件分身对话框 -->
|
||||||
<VDialog v-if="pluginCloneDialog" v-model="pluginCloneDialog" width="600" :fullscreen="!display.mdAndUp.value">
|
<VDialog v-if="pluginCloneDialog" v-model="pluginCloneDialog" width="600" scrollable :fullscreen="!display.mdAndUp.value">
|
||||||
<VCard>
|
<VCard>
|
||||||
<VCardTitle class="d-flex align-center pa-4">
|
<VCardTitle class="d-flex align-center pa-4">
|
||||||
<VIcon icon="mdi-content-copy" class="me-3" color="primary" />
|
<VIcon icon="mdi-content-copy" class="me-3" color="primary" />
|
||||||
<div>
|
<div>
|
||||||
<div class="text-h6">🎭 {{ t('plugin.cloneTitle') }}</div>
|
<div class="text-h6">{{ t('plugin.cloneTitle') }}</div>
|
||||||
<div class="text-caption text-medium-emphasis">
|
<div class="text-caption text-medium-emphasis">
|
||||||
{{ t('plugin.cloneSubtitle', { name: props.plugin?.plugin_name }) }}
|
{{ t('plugin.cloneSubtitle', { name: props.plugin?.plugin_name }) }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user