mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-23 02:33:33 +08:00
完善执行命令功能 99%
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
action: {
|
||||
type: "fromUtools",
|
||||
type: "input",
|
||||
data: {},
|
||||
},
|
||||
featureCode: this.$route.path.slice(1),
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
<CommandRunResult
|
||||
:action="{ type: 'inPlugin' }"
|
||||
:action="{ type: 'config' }"
|
||||
ref="result"
|
||||
></CommandRunResult>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user