mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-12-23 18:50:00 +08:00
feat: 添加删除单条历史功能
This commit is contained in:
@@ -21,7 +21,8 @@ const tabs = ref([
|
||||
{ name: '📚 全部', type: 'all' },
|
||||
{ name: '📋 文字', type: 'text' },
|
||||
{ name: '⛺ 图片', type: 'image' },
|
||||
{ name: '📂 文件', type: 'file' }
|
||||
{ name: '📂 文件', type: 'file' },
|
||||
{ name: '⭐ 收藏', type: 'collect' }
|
||||
])
|
||||
const activeTab = ref('all')
|
||||
const emit = defineEmits(['onNavClick'])
|
||||
|
||||
Reference in New Issue
Block a user