mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
chore: 添加Logo 移除多余依赖 调整代码执行细节
This commit is contained in:
BIN
public/logo.png
BIN
public/logo.png
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
@@ -117,7 +117,7 @@ function pbpaste() {
|
||||
size: `${image.getSize().width}x${image.getSize().height}`,
|
||||
data: image.toDataURL()
|
||||
}
|
||||
let text = clipboard.readText()
|
||||
const text = clipboard.readText()
|
||||
if (text.trim()) return { type: 'text', data: text }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user