删除Warning

This commit is contained in:
NY 2025-03-12 17:41:10 +08:00
parent 0a8e6319a4
commit d58ee2936c

View File

@ -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,