Merge branch 'v1.4.3'

This commit is contained in:
ZiuChen
2022-09-27 00:13:55 +08:00
13 changed files with 229 additions and 71 deletions

View File

@@ -1,5 +1,6 @@
const { existsSync, readFileSync, writeFileSync, mkdirSync } = require('fs')
const crypto = require('crypto')
const listener = require('./listener')
const { clipboard } = require('electron')
const time = require('./time')
@@ -11,5 +12,6 @@ window.exports = {
mkdirSync,
crypto,
clipboard,
time
time,
Buffer
}