| | |
| | | /// </summary> |
| | | public const int TheAppVersionIsNewest = 10160; |
| | | /// <summary> |
| | | /// 更新 |
| | | /// 更新最新版 |
| | | /// </summary> |
| | | public const int Update = 10161; |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public const int UpdateAppFail = 10163; |
| | | /// <summary> |
| | | /// 更新中... |
| | | /// 正在更新中... |
| | | /// </summary> |
| | | public const int Updating = 10164; |
| | | /// <summary> |
| | | /// 取消更新 |
| | | /// </summary> |
| | | public const int CancelUpdating = 10165; |
| | | /// <summary> |
| | | /// 版本号 |
| | | /// </summary> |
| | | public const int VersionCode = 10166; |
| | | /// <summary> |
| | | /// 服务协议 |
| | | /// </summary> |
| | | public const int SLA = 10167; |
| | | /// <summary> |
| | | /// 版本更新 |
| | | /// </summary> |
| | | public const int UpdateVersion = 10168; |
| | | /// <summary> |
| | | /// 协议文本信息内容 |
| | | /// </summary> |
| | | public const int SLA_Title = 10169; |
| | | /// <summary> |
| | | /// 协议详细 |
| | | /// </summary> |
| | | public const int SLA_Detail = 10170; |
| | | |
| | | |
| | | #endregion |