完善执行命令功能 99%

This commit is contained in:
fofolee
2022-04-10 14:06:21 +08:00
parent c78581bc76
commit a4179cb9d8
6 changed files with 73 additions and 44 deletions

View File

@@ -146,7 +146,7 @@
}"
/>
<!-- 运行结果 -->
<CommandRunResult :action="runResultAction" ref="result"></CommandRunResult>
<CommandRunResult :action="action" ref="result"></CommandRunResult>
</div>
</template>
@@ -182,10 +182,6 @@ export default {
isRunCodePage: this.action.type === "run",
parent: this.$parent.$parent.$parent.$parent,
commandString: this.$q.platform.is.mac ? "⌘" : "ctrl",
runResultAction: {
type: "inPlugin",
data: {},
},
};
},
props: {