From fafad8e166703002f46d402474ba3700c1c0b769 Mon Sep 17 00:00:00 2001 From: xian18 <44394537+xian18@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:37:09 +0800 Subject: [PATCH] =?UTF-8?q?#publish=20=E5=BF=98=E4=BA=86=E6=94=B9=E6=88=90?= =?UTF-8?q?true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/plugins/SF_AutoUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/SF_AutoUpdate.js b/js/plugins/SF_AutoUpdate.js index 6ef93b4..fb51939 100644 --- a/js/plugins/SF_AutoUpdate.js +++ b/js/plugins/SF_AutoUpdate.js @@ -91,7 +91,7 @@ var SF_Plugins = SF_Plugins || {}; SF_AutoUpdate.workerFileName = "js/plugins/SF_AutoUpdateWorker.js"; SF_AutoUpdate.localStorageKey = "SF_AutoUpdate_UpdateFileCompleted"; - SF_AutoUpdate.enableAutoUpdate = false; + SF_AutoUpdate.enableAutoUpdate = true; SF_AutoUpdate.isAndroid = function () { return !!window.FileUtils && !!window.UpdateUtils && !SF_AutoUpdate.isPC();