فهرست منبع

添加更新日志弹窗

chendeben 1 سال پیش
والد
کامیت
4b72dd9358
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      entry/src/main/ets/common/constants/UpdateConstants.ets

+ 1 - 1
entry/src/main/ets/common/constants/UpdateConstants.ets

@@ -16,7 +16,7 @@ export class UpdateConstants {
   /**
    * 是否在每次启动时都检查更新日志
    */
-  static readonly CHECK_ON_EVERY_LAUNCH: boolean = true;
+  static readonly CHECK_ON_EVERY_LAUNCH: boolean = false;
   /**
    * 更新日志弹窗显示延迟时间(毫秒)
    */