1 parent 6073bf6 commit 7d0ccc7Copy full SHA for 7d0ccc7
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "copies",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "智能剪贴板管理器",
5
"keywords": [
6
"clipboard",
src/utils/ipc.ts
@@ -1,4 +1,4 @@
-import type { ClipboardItem, ClipboardStats } from '@/types/index'
+import type { Category, ClipboardItem, ClipboardStats } from '@/types/index'
export const isElectron = (): boolean => {
return typeof window !== 'undefined' && window.electronAPI !== undefined
0 commit comments