From 8da5369430b7aee2207e1ca7517e7bf4e5783cb8 Mon Sep 17 00:00:00 2001 From: hdw Date: Fri, 23 May 2025 12:00:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=88=A0=E9=99=A4json=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/resources/base/profile/form_config.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/entry/src/main/resources/base/profile/form_config.json b/entry/src/main/resources/base/profile/form_config.json index 3e93327..d20eb4b 100644 --- a/entry/src/main/resources/base/profile/form_config.json +++ b/entry/src/main/resources/base/profile/form_config.json @@ -1,4 +1,3 @@ -// [Start form_config] { "forms": [ { @@ -22,7 +21,6 @@ "4*4" ] }, - // [StartExclude form_config] { "name": "card_info_update", "displayName": "$string:widget1_display_name", @@ -43,7 +41,5 @@ "2*4" ] } - // [EndExclude form_config] ] -} -// [End form_config] \ No newline at end of file +} \ No newline at end of file -- Gitee