mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-12-23 10:40:04 +08:00
feat: 添加配合超级粘贴插件实现的快存功能 支持图片预览
This commit is contained in:
@@ -183,10 +183,7 @@ const fullData = ref({ type: 'text', data: '' })
|
||||
const fullDataShow = ref(false)
|
||||
const toggleFullData = (item) => {
|
||||
// 是否显示全部数据 (查看全部)
|
||||
const { type } = item
|
||||
if (type === 'text' || type === 'file') {
|
||||
fullData.value = item
|
||||
}
|
||||
fullData.value = item
|
||||
fullDataShow.value = !fullDataShow.value
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user