Prechádzať zdrojové kódy

添加更新日志弹窗

chendeben 1 rok pred
rodič
commit
4b72dd9358

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