quickcommand 深拷贝

This commit is contained in:
fofolee 2022-04-23 10:23:52 +08:00
parent 6301ad1b6b
commit 48dda1ddef

View File

@ -476,7 +476,7 @@ let getSandboxFuns = () => {
var sandbox = { var sandbox = {
fetch: fetch.bind(window), fetch: fetch.bind(window),
utools: getuToolsLite(), utools: getuToolsLite(),
quickcommand, quickcommand: _.cloneDeep(quickcommand),
electron, electron,
axios, axios,
Audio, Audio,