We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dede71 + 18ee7ea commit 1f42df3Copy full SHA for 1f42df3
CHMLFRP_UI.py
@@ -34,7 +34,7 @@
34
35
# ------------------------------以下为程序信息--------------------
36
APP_NAME = "CUL" # 程序名称
37
-APP_VERSION = "1.6.4" # 程序版本
+APP_VERSION = "1.6.5" # 程序版本
38
PY_VERSION = "3.13.*" # Python 版本
39
WINDOWS_VERSION = "Windows NT 10.0" # 系统版本
40
Number_of_tunnels = 0 # 隧道数量
@@ -7383,4 +7383,4 @@ def apply_theme(self, is_dark):
7383
sys.exit(app.exec())
7384
except Exception as e:
7385
print(f"发生意外错误: {e}")
7386
- traceback.print_exc()
+ traceback.print_exc()
0 commit comments