mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-23 20:44:42 +08:00
完成三个实用功能的两个
This commit is contained in:
@@ -425,6 +425,7 @@ window.base64Decode = text => Buffer.from(text, 'base64').toString('utf8')
|
||||
|
||||
|
||||
window.processPlatform = process.platform
|
||||
window.joinPath = path.join
|
||||
|
||||
window.getQuickcommandTempFile = ext => {
|
||||
return path.join(os.tmpdir(), `quickcommandTempFile.${ext}`)
|
||||
|
Reference in New Issue
Block a user