mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-10 17:42:50 +08:00
优化 PluginCard 组件
This commit is contained in:
@@ -688,15 +688,15 @@ watch(
|
||||
</VRow>
|
||||
</VForm>
|
||||
</VCardText>
|
||||
|
||||
<VDivider />
|
||||
<VCardActions class="pt-3">
|
||||
<VSpacer />
|
||||
<VBtn @click="pluginCloneDialog = false" variant="outlined">
|
||||
{{ t('common.cancel') }}
|
||||
</VBtn>
|
||||
<VBtn color="primary" @click="executePluginClone" :disabled="!cloneForm.suffix.trim()">
|
||||
<VIcon icon="mdi-content-copy" class="me-2" />
|
||||
<VBtn
|
||||
color="primary"
|
||||
@click="executePluginClone"
|
||||
prepend-icon="mdi-content-copy"
|
||||
class="px-5"
|
||||
:disabled="!cloneForm.suffix.trim()"
|
||||
>
|
||||
{{ t('plugin.createClone') }}
|
||||
</VBtn>
|
||||
</VCardActions>
|
||||
|
||||
@@ -2014,7 +2014,7 @@ export default {
|
||||
folderName: 'Folder Name',
|
||||
cancel: 'Cancel',
|
||||
create: 'Create',
|
||||
clone: 'Plugin Clone',
|
||||
clone: 'Clone',
|
||||
cloneTitle: 'Create Plugin Clone',
|
||||
cloneSubtitle: 'Create an independent clone instance for {name}',
|
||||
cloneFeature: 'Plugin Clone Feature',
|
||||
|
||||
@@ -1990,7 +1990,7 @@ export default {
|
||||
folderName: '文件夹名称',
|
||||
cancel: '取消',
|
||||
create: '创建',
|
||||
clone: '插件分身',
|
||||
clone: '分身',
|
||||
cloneTitle: '创建插件分身',
|
||||
cloneSubtitle: '为 {name} 创建独立的分身实例',
|
||||
cloneFeature: '插件分身功能',
|
||||
|
||||
@@ -1991,7 +1991,7 @@ export default {
|
||||
folderName: '文件夾名稱',
|
||||
cancel: '取消',
|
||||
create: '創建',
|
||||
clone: '插件分身',
|
||||
clone: '分身',
|
||||
cloneTitle: '創建插件分身',
|
||||
cloneSubtitle: '為 {name} 創建獨立的分身實例',
|
||||
cloneFeature: '插件分身功能',
|
||||
|
||||
Reference in New Issue
Block a user