|
|
@@ -143,6 +143,7 @@ public class ApkServiceImpl implements ApkService {
|
|
|
view.setLowValueTip(config.getLowValueTip());
|
|
|
view.setBrushTip(config.getBrushTip());
|
|
|
view.setFlowIntervalTime(config.getFlowIntervalTime());
|
|
|
+ view.setCanAllowAutoRefresh(config.getCanAllowAutoRefresh());
|
|
|
}
|
|
|
if(CharSequenceUtil.isBlank(view.getApkUrl()))continue;
|
|
|
String substring = view.getApkUrl().substring(view.getApkUrl().lastIndexOf("/")+1).toLowerCase(Locale.ENGLISH);
|