From 48dda1ddefc47f8a46dd7b50e0e64928a95ac57a Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 23 Apr 2022 10:23:52 +0800 Subject: [PATCH] =?UTF-8?q?quickcommand=20=E6=B7=B1=E6=8B=B7=E8=B4=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/preload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/preload.js b/plugin/preload.js index 541db67..9c1d14b 100644 --- a/plugin/preload.js +++ b/plugin/preload.js @@ -476,7 +476,7 @@ let getSandboxFuns = () => { var sandbox = { fetch: fetch.bind(window), utools: getuToolsLite(), - quickcommand, + quickcommand: _.cloneDeep(quickcommand), electron, axios, Audio,