优化 PluginCard 组件

This commit is contained in:
jxxghp
2025-05-26 12:44:08 +08:00
parent d81120ab8f
commit 139eaa7016
4 changed files with 10 additions and 10 deletions

View File

@@ -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>

View File

@@ -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',

View File

@@ -1990,7 +1990,7 @@ export default {
folderName: '文件夹名称',
cancel: '取消',
create: '创建',
clone: '插件分身',
clone: '分身',
cloneTitle: '创建插件分身',
cloneSubtitle: '为 {name} 创建独立的分身实例',
cloneFeature: '插件分身功能',

View File

@@ -1991,7 +1991,7 @@ export default {
folderName: '文件夾名稱',
cancel: '取消',
create: '創建',
clone: '插件分身',
clone: '分身',
cloneTitle: '創建插件分身',
cloneSubtitle: '為 {name} 創建獨立的分身實例',
cloneFeature: '插件分身功能',