소스 검색

添加更新日志弹窗

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;
   /**
    * 更新日志弹窗显示延迟时间(毫秒)
    */