1.1.0版本
This commit is contained in:
6
app_version.py
Normal file
6
app_version.py
Normal file
@@ -0,0 +1,6 @@
|
||||
APP_NAME = "PQ 自动化测试工具"
|
||||
APP_VERSION = "1.1.0"
|
||||
|
||||
|
||||
def get_app_title():
|
||||
return f"{APP_NAME} v{APP_VERSION}"
|
||||
Reference in New Issue
Block a user