mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-28 21:22:53 +08:00
refactor: 移除多余代码
This commit is contained in:
parent
dcdeb734d2
commit
782667cfeb
@ -1,17 +1,4 @@
|
||||
const {
|
||||
utools,
|
||||
existsSync,
|
||||
readFileSync,
|
||||
writeFileSync,
|
||||
mkdirSync,
|
||||
watch,
|
||||
sep,
|
||||
crypto,
|
||||
listener,
|
||||
clipboard,
|
||||
time,
|
||||
Buffer
|
||||
} = window.exports
|
||||
const { utools, existsSync, writeFileSync, mkdirSync, sep, Buffer } = window.exports
|
||||
|
||||
const dateFormat = (timeStamp) => {
|
||||
const startTime = new Date(timeStamp) // 开始时间
|
||||
|
Loading…
x
Reference in New Issue
Block a user