标题栏增加版本标识:网关配置工具(宽带版 V1.2.0)

This commit is contained in:
2026-09-07 16:16:16 +08:00
parent dc598d8912
commit ea029ca6b7
+1 -1
View File
@@ -144,7 +144,7 @@ class GatewayConfigTool(QMainWindow):
self.refresh_ports()
def init_ui(self):
self.setWindowTitle("网关配置工具")
self.setWindowTitle("网关配置工具(宽带版 V1.2.0)")
self.setWindowIcon(QIcon(resource_path("物联网网关.png")))
self.setMinimumSize(940, 640)
self.resize(1000, 700)