mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 23:54:35 +08:00
新增showWaitBtn
This commit is contained in:
@@ -373,9 +373,8 @@ export default {
|
||||
runCurrentCommand() {
|
||||
let command = _.cloneDeep(this.quickcommandInfo);
|
||||
command.output =
|
||||
this.$refs.sidebar?.currentCommand.output || command.program === "html"
|
||||
? "html"
|
||||
: "text";
|
||||
this.$refs.sidebar?.currentCommand.output ||
|
||||
(command.program === "html" ? "html" : "text");
|
||||
command.cmdType = this.$refs.sidebar?.cmdType.name;
|
||||
this.$refs.result.runCurrentCommand(command);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user