From cdb6cee01e2b45c9b59121440d89cfaaf6a6d3ea Mon Sep 17 00:00:00 2001 From: mjsoftware <1406993111@qq.com> Date: Fri, 17 Jan 2025 10:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=9A=84=E6=98=BE=E7=A4=BA=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.yaml b/settings.yaml index a1280de..53f6b02 100644 --- a/settings.yaml +++ b/settings.yaml @@ -755,11 +755,13 @@ spec: label: 不隐藏 - $formkit: text name: title + if: $value.type !== 'wechat' && $value.type !== 'profile' && $value.type !== 'ad_piece' label: 侧边栏标题 placeholder: '请输入标题内容' help: '非必填,可覆盖默认侧边栏标题。' - $formkit: text name: icon + if: $value.type !== 'wechat' && $value.type !== 'profile' && $value.type !== 'ad_piece' label: 侧边栏图标 placeholder: '请输入图标 class 内容' help: '非必填,可覆盖默认侧边栏图标。'