Update version 18

This commit is contained in:
StageGuard
2020-10-04 10:28:46 +08:00
parent 8c88ccccc9
commit f2757e25c3
2 changed files with 13 additions and 1 deletions

View File

@@ -351,7 +351,7 @@ config = {
_global_storage: null,
values: {
currentVersion: 17,
currentVersion: 18,
gitVersion: "",
key_coordinates15: [],

View File

@@ -1,3 +1,15 @@
版本: 18
更新时间: 2020.10.04 10:30
更新内容:
* 修复修复了版本8遗留的文件编码问题
(这个BUG导致SkyStudio打开下载的共享乐谱或者设置键位后的本地乐谱闪退)
(如何修复已经会导致闪退的乐谱: )
(对于下载的共享乐谱: 删除并重新下载)
(对于已设置键位的本地乐谱: ① 使用MT管理器或其他文件管理器打开有问题的乐谱)
(② 指定UTF-16LE编码重新加载)
(③ 复制内容,新建一个文件并粘贴内容)
(④ 指定UTF-16LE编码保存文件)
版本: 17
更新时间: 2020.10.02 14:30
更新内容: