完善编排执行命令功能

This commit is contained in:
fofolee
2025-01-05 11:04:20 +08:00
parent e082304c56
commit e94118881a
15 changed files with 505 additions and 59 deletions

View File

@@ -284,7 +284,7 @@ export default defineComponent({
.map((key) => (!isMac && key === "command" ? "meta" : key));
const args = [argvs.mainKey, ...activeModifiers];
return `keyTap("${args.join('","')}")`;
return `${this.modelValue.value}("${args.join('","')}")`;
},
updateValue(argv) {
const newArgvs = {