mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 18:19:39 +08:00
Removed: some console & modified readme
This commit is contained in:
@@ -80,7 +80,6 @@
|
||||
const myNotification = new window.Notification(this.notification.title, this.notification)
|
||||
const pasteStyle = this.$db.read().get('picBed.pasteStyle').value()
|
||||
this.$electron.clipboard.writeText(pasteTemplate(pasteStyle, item.imgUrl))
|
||||
console.log(pasteTemplate(pasteStyle, item.imgUrl))
|
||||
myNotification.onclick = () => {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user