From c2514e9f2dc555a19bade6ddbc45ae889398fdf6 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 25 Apr 2025 15:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E6=8E=92ubrowser?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=80=BC=E6=8A=A5=E9=94=99=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/composer/ubrowserConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/composer/ubrowserConfig.js b/src/js/composer/ubrowserConfig.js index 64bd48f..34fd470 100644 --- a/src/js/composer/ubrowserConfig.js +++ b/src/js/composer/ubrowserConfig.js @@ -491,13 +491,13 @@ export const ubrowserOperationConfigs = { ], }, setValue: { - value: "setValue", + value: "value", label: "设置值", icon: "check_box", config: [ { label: "元素选择器", - icon: "varInput", + icon: "find_in_page", component: "VariableInput", width: 6, },