From 7b6983bb73add83cb95d6e5aaa84625fab215af2 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 18 Sep 2026 15:40:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(shell):=20secret=5Fdefaults=E6=94=B9root=20?= =?UTF-8?q?options=E7=BA=AFJSON(Html=E5=86=85script=E4=B8=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8C,innerHTML=E6=B3=A8=E5=85=A5=E8=A7=84=E8=8C=83)?= =?UTF-8?q?=E2=80=94=E2=80=94bootstrap=E8=B7=AF=E7=BA=BF=E5=BA=9F=E5=BC=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 282372a..eb0c266 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -10,17 +10,15 @@ "options": { "width": "100%", "height": "100%", - "padding": "0" + "padding": "0", + "secret_defaults": { + "secret_dataurl": "/pipeline_core/api/secret_options.dspy", + "secret_format": "@@sec:{name}@@", + "secret_title": "选择敏感信息", + "secret_tip": "插入敏感信息" + } }, "subwidgets": [ - { - "widgettype": "Html", - "options": { - "html": "", - "height": "0", - "width": "0" - } - }, { "widgettype": "HBox", "options": {