feat(wip): 本地脚本支持传入参数

This commit is contained in:
xream
2025-03-02 19:02:15 +08:00
parent 0092efd95c
commit 109752b5c3

View File

@@ -185,6 +185,7 @@ async function processFn(
}
} else {
script = content;
$arguments = item.args.arguments || {};
}
}