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

This commit is contained in:
xream 2025-03-02 19:02:15 +08:00
parent ff1dacda87
commit 87a4b14ae2
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9

View File

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