mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
忽略输出时不弹窗
This commit is contained in:
@@ -411,6 +411,8 @@ export default {
|
||||
},
|
||||
// 编辑命令
|
||||
editCommand(command) {
|
||||
// 即可传入 code,也可直接传入 command
|
||||
if (typeof command === "string") command = this.allQuickCommands[command];
|
||||
this.commandEditorAction = {
|
||||
type: "edit",
|
||||
data: _.cloneDeep(command),
|
||||
|
Reference in New Issue
Block a user