From 86a44a84ab9f6422ba05faf7669c341af4cae191 Mon Sep 17 00:00:00 2001 From: xian18 <44394537+xian18@users.noreply.github.com> Date: Fri, 11 Feb 2022 20:05:39 +0800 Subject: [PATCH] #publish .. --- 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 b351b28..a4f70aa 100644 --- a/js/plugins/SF_AutoUpdate.js +++ b/js/plugins/SF_AutoUpdate.js @@ -87,7 +87,7 @@ var SF_Plugins = SF_Plugins || {}; SF_AutoUpdate.localFileInfoName = "file_info_local.json"; SF_AutoUpdate.remoteFileInfoUrl = "https://ycrpg.xyzzgame.com/ycrpg2/file_info_remote.json"; SF_AutoUpdate.remoteUrlRoot = "https://ycrpg.xyzzgame.com/YCrpg2/"; - SF_AutoUpdate.emptyFileInfoStr = `{"is_file":false,"is_dir":"true","children":[],"sha_512":""}`; + SF_AutoUpdate.emptyFileInfoStr = `{"is_file":false,"is_dir":true,"children":[],"sha_512":"","file_name":""}`; SF_AutoUpdate.workerFileName = "js/plugins/SF_AutoUpdateWorker.js"; SF_AutoUpdate.localStorageKey = "SF_AutoUpdate_UpdateFileCompleted";