移除附件的编译时间信息

serial
Matthew 1 year ago
parent ba10d4a134
commit 16af06d4fd

@ -368,8 +368,9 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
version += std::to_string((mVersionCode % 100000) / 1000);
version += ".";
version += std::to_string(mVersionCode % 1000);
#if 0
version += " " + FormatLocalTime(mBuildTime);
#endif
it->second = version;
}
else if (it->first == PROP_PROD_DATE)

Loading…
Cancel
Save