修复编排中ubrowser.hide和show未正确添加的BUG

This commit is contained in:
fofolee 2025-04-30 22:13:52 +08:00
parent b400bbb48d
commit 72abdf4524

View File

@ -70,8 +70,6 @@ export function generateUBrowserCode(argvs) {
// 添加其他操作
if (argvs.operations?.length) {
argvs.operations.forEach(({ value, args }) => {
if (!args?.length) return;
const stringifiedArgs = args
.map((arg) => stringifyArgv(arg))
.filter(Boolean);