From 1fd2a01288a8c3b7cf2bc17982a06ca4bb0d0e5e Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sat, 25 Jul 2020 18:48:04 +0800 Subject: [PATCH] Fix a bug that cant download online sheets when SkyStudio Sheets folder doesnt exist --- source/SkyAutoplayer.js | 2 +- update_log.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js index 6632de2..135abde 100644 --- a/source/SkyAutoplayer.js +++ b/source/SkyAutoplayer.js @@ -281,7 +281,7 @@ config = { skipRunScriptTip: false, skipOpenWindowTip: false, skipOnlineUploadSkip: false, - currentVersion: 5, + currentVersion: 6, gitVersion: "", }, diff --git a/update_log.txt b/update_log.txt index 184a61a..bc527e7 100644 --- a/update_log.txt +++ b/update_log.txt @@ -1,3 +1,8 @@ +版本: 6 +更新时间: 2020.07.25 18:47 +更新内容: + * 修复: 当SkyStudio Sheets文件夹不存在时无法下载在线共享乐谱的问题 + 版本: 5 更新时间: 2020.07.24 13:00 更新内容: