mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-02-27 17:44:05 +08:00
统一参数变量命名
This commit is contained in:
@@ -630,7 +630,7 @@ export default defineComponent({
|
||||
"arg0.newPath",
|
||||
];
|
||||
const result = parseFunction(code, { variableFormatPaths });
|
||||
let params = result.args[0];
|
||||
let params = result.argvs[0];
|
||||
|
||||
// 根据不同操作类型处理特定参数
|
||||
switch (params.operation) {
|
||||
|
||||
Reference in New Issue
Block a user