1.1.0版本

This commit is contained in:
xinzhu.yin
2026-04-16 16:51:05 +08:00
commit c157e774e5
333 changed files with 70759 additions and 0 deletions

6
app_version.py Normal file
View File

@@ -0,0 +1,6 @@
APP_NAME = "PQ 自动化测试工具"
APP_VERSION = "1.1.0"
def get_app_title():
return f"{APP_NAME} v{APP_VERSION}"