mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
fix: bug修复
This commit is contained in:
parent
675728e5b5
commit
f663676cbc
Binary file not shown.
@ -57,7 +57,7 @@ import qcparser from "./qcparser.js"
|
||||
} else if (code == 'newcommand') {
|
||||
utools.setExpendHeight(600)
|
||||
$("#options").empty().fadeIn();
|
||||
qc = { "program": "quickcommand", "cmd": "", "output": "ignore" }
|
||||
let qc = { "program": "quickcommand", "cmd": "", "output": "ignore" }
|
||||
if (payload != 'NewCommand' && payload != '新建快捷命令') {
|
||||
let parser = qcparser(payload, false)
|
||||
if (parser.single) qc = parser.qc
|
||||
|
Loading…
x
Reference in New Issue
Block a user