From d58ee2936c4553f7c2457155c8a6e2a94724c444 Mon Sep 17 00:00:00 2001 From: NY Date: Wed, 12 Mar 2025 17:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4Warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/dash/func/info.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkg/dash/func/info.py b/pkg/dash/func/info.py index b07f5d9..44d1e6b 100644 --- a/pkg/dash/func/info.py +++ b/pkg/dash/func/info.py @@ -65,14 +65,6 @@ def update_info(n, target_value): colSpan=4, style=table_style_l) ]), - html.Tr([ - html.Td(f"Warning:", - colSpan=1, - style=table_style_c), - html.Td("1.Check Reply", - colSpan=7, - style=table_style_l) - ]), html.Tr([ html.Td(f"Target: {target if target else '[未设置]'}", colSpan=4,