mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 13:02:46 +08:00
quickcommand 深拷贝
This commit is contained in:
parent
6301ad1b6b
commit
48dda1ddef
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user