Skip to content

Commit 7d0ccc7

Browse files
committed
chore: bump version and update ipc imports
1 parent 6073bf6 commit 7d0ccc7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copies",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "智能剪贴板管理器",
55
"keywords": [
66
"clipboard",

src/utils/ipc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ClipboardItem, ClipboardStats } from '@/types/index'
1+
import type { Category, ClipboardItem, ClipboardStats } from '@/types/index'
22

33
export const isElectron = (): boolean => {
44
return typeof window !== 'undefined' && window.electronAPI !== undefined

0 commit comments

Comments
 (0)