From 72c08627b1d6223d6011238a0b535a2083469f24 Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Mon, 7 Sep 2026 16:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=A0=8F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=A0=87=E8=AF=86=EF=BC=9A=E7=BD=91=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B7=A5=E5=85=B7=20V1.2(=E5=AE=BD=E5=B8=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gateway_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway_config.py b/gateway_config.py index e7c1551..8ae57ca 100644 --- a/gateway_config.py +++ b/gateway_config.py @@ -144,7 +144,7 @@ class GatewayConfigTool(QMainWindow): self.refresh_ports() def init_ui(self): - self.setWindowTitle("网关配置工具") + self.setWindowTitle("网关配置工具 V1.2(宽带)") self.setWindowIcon(QIcon(resource_path("物联网网关.png"))) self.setMinimumSize(940, 640) self.resize(1000, 700)