[opt_2.15.0]调试面板增加GitHash信息

This commit is contained in:
xuxinchao
2023-03-15 19:10:30 +08:00
parent 3356f6d112
commit 8fa666841e

View File

@@ -1472,8 +1472,8 @@ internal class DebugSettingView @JvmOverloads constructor(
/**
* 版本信息
*/
tvAppVersionName.text = "鹰眼版本${AppUtils.getAppVersionName()}"
tvAppVersionNameKey.text = "鹰眼版本${AppUtils.getAppVersionName()}"
tvAppVersionName.text = "鹰眼版本:${AppUtils.getAppVersionName()} Git Hash${AppConfigInfo.workingBranchHash}"
tvAppVersionNameKey.text = "鹰眼版本:${AppUtils.getAppVersionName()} Git Hash${AppConfigInfo.workingBranchHash}"
tvAutopilotProtocolVersionInfo.text =
"Autopilot协议版本${CallerAutoPilotControlManager.getProtocolVersion()}"