This commit is contained in:
2025-11-02 13:57:43 +08:00
parent a3c3d670e7
commit d693e15c96
9 changed files with 390 additions and 259 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class MainUI(BasicUI):
self.tab_control.pack(expand=1, fill="both")
# 实例化各个功能页
self.tabs = {
"网卡": NetworkTab(self.tab_control),
"网卡": NetworkTab(self.tab_control),
"Ping测试": PingTab(self.tab_control),
"端口扫描服务端": TelnetTab(self.tab_control),
}