1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

refactor(ALAboutDialog): 更改关于对话框的显示内容

主要包括版本号,提交信息,构建时间等。为 CI/CD 流程添加相关信息占位。
This commit is contained in:
2026-01-03 00:33:01 +08:00
parent 1b378e5aaa
commit 1e5452d411
3 changed files with 22 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
"""
The contents of this file will automatically be updated by the
github workflow process. Do not edit manually.
This file is auto-generated during the workflow process.
Last updated:
"""
AL_VERSION = ""
AL_TAG = ""
AL_COMMIT_SHA = ""
AL_COMMIT_DATE = ""
AL_BUILD_DATE = ""
AL_VERSION_FULL = f"{AL_VERSION} ({AL_COMMIT_SHA})"