mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
VarInput支持选择文件
This commit is contained in:
@@ -325,7 +325,8 @@ export default defineComponent({
|
||||
const tempFlow = [
|
||||
command,
|
||||
{
|
||||
code: `console.log(${command.outputVariable})`,
|
||||
//没有输出,则不打印
|
||||
code: `${command.outputVariable} && console.log(${command.outputVariable})`,
|
||||
},
|
||||
];
|
||||
// 触发运行事件
|
||||
|
||||
Reference in New Issue
Block a user