37 Commits
v15 ... v19

Author SHA1 Message Date
StageGuard
285e5f9b1b fix: stop when pause 2020-11-19 23:37:14 +08:00
StageGuard
9e2668c7fd fix: stop when pause 2020-11-19 23:36:02 +08:00
StageGuard
e6fb1926d8 Update version 19 2020-11-19 21:36:36 +08:00
StageGuard
e6a8caa696 Update version 19 2020-11-19 21:35:50 +08:00
StageGuard
08a970c7ae Update version 19 2020-11-19 21:27:59 +08:00
StageGuard
46abcf97a5 Update version 19 2020-11-19 21:27:27 +08:00
StageGuard
d42c80b9c2 fix incorrect information. 2020-11-19 21:17:18 +08:00
StageGuard
db9910451d Add resources 2020-11-19 21:13:42 +08:00
StageGuard
d31063c2c2 Change social list format and fix incorrect information. 2020-11-19 20:16:30 +08:00
StageGuard
9bcf78bb30 Update shared sheet list. 2020-11-19 18:54:36 +08:00
StageGuard
1fe35c8258 Add social link icons 2020-11-19 18:52:43 +08:00
StageGuard
cd644fe8c1 Upload user shared sheets. 2020-11-19 16:38:03 +08:00
StageGuard
9dc48de772 Upload user shared sheets. 2020-11-19 16:34:50 +08:00
StageGuard
777c5ca376 improve parsing note process 2020-11-17 09:39:12 +08:00
StageGuard
7998af8dd5 improve parsing note process 2020-11-17 09:33:00 +08:00
StageGuard
1b13fb295d Upload user shared sheets 2020-11-17 09:32:27 +08:00
StageGuard
c1a383f5bb Update uesr shared sheets 2020-10-05 22:37:37 +08:00
StageGuard
05eb9b03d5 Upload user shared sheets 2020-10-05 13:29:17 +08:00
StageGuard
416715e28c Upload user shared sheets 2020-10-04 21:00:09 +08:00
StageGuard
937334be46 Change LICENSE to LGPL 2020-10-04 12:24:43 +08:00
StageGuard
1ee3c70bc3 Update version 18 2020-10-04 10:36:50 +08:00
StageGuard
4616264951 Update version 18 2020-10-04 10:35:33 +08:00
StageGuard
17bf9bac77 Update version 18 2020-10-04 10:29:16 +08:00
StageGuard
f2757e25c3 Update version 18 2020-10-04 10:28:46 +08:00
StageGuard
8c88ccccc9 Fix file encoding bug left in version 8 2020-10-04 10:22:50 +08:00
StageGuard
18fdf78b61 Update version 17 2020-10-02 14:49:33 +08:00
StageGuard
6f19874810 Update version 17 2020-10-02 14:49:12 +08:00
StageGuard
50532cdf34 Update version 17 2020-10-02 14:33:06 +08:00
StageGuard
bec33d0b8d Update version 17 2020-10-02 14:32:44 +08:00
StageGuard
fa7b623a96 Update version 16 2020-10-02 12:55:41 +08:00
StageGuard
dbb262716e Update version 16 2020-10-02 12:51:44 +08:00
StageGuard
c61d680fe9 Add resources 2020-10-02 11:32:41 +08:00
StageGuard
89175adca6 Update .gitignore 2020-10-02 09:52:35 +08:00
StageGuard
c1ae9225be Add resources 2020-10-02 09:51:47 +08:00
StageGuard
d5e94caef1 Fix 2020-10-02 09:45:33 +08:00
StageGuard
c7141c911c Update shared sheet list info 2020-10-02 09:37:12 +08:00
StageGuard
b6713a792f Upload user shared sheet 2020-10-01 21:00:34 +08:00
24 changed files with 2749 additions and 1650 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,5 @@
.vscode/settings.json
.vscode/tasks.json
rhino.jar
update.sh
updateSharedSheets.js

1017
LICENSE

File diff suppressed because it is too large Load Diff

View File

@@ -123,6 +123,9 @@ files.removeDir("/storage/emulated/0/Documents/SkyAutoPlayer/");
哔哩哔哩[@UTF16](https://space.bilibili.com/623364258)<br>
酷安[@Syngenex](http://www.coolapk.com/u/1093421)<br>
Twitter[Phoebe@huunhut1217](https://mobile.twitter.com/huunhut1217)<br>
酷安[@终究是错付了](http://www.coolapk.com/u/2293899)<br>
酷安[@DesperatU](http://www.coolapk.com/u/1075889)<br>
酷安[@明明酱](http://www.coolapk.com/u/1706128)<br>
<br>
# 图标来源
@@ -135,19 +138,21 @@ Twitter[Phoebe@huunhut1217](https://mobile.twitter.com/huunhut1217)<br>
# 许可证协议
```
SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard
SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
```

View File

@@ -1 +1 @@
65fdecb9be4821eaa1ef42a71598c250e64a3de5
9e2668c7fd5364b4829dde723ee929e4122a70d1

BIN
resources/bilibili.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
resources/clock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
resources/coolapk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
resources/douyin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
resources/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
resources/note.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
resources/piano.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
resources/twitter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
resources/user.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

BIN
shared_sheets/凉凉.txt Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,33 @@
"ui";
"use strict";
/*
SkyAutoPlayer (Auto.js script)
Copyright © 2020 StageGuard
Contact :
(QQ: 1355416608)
(Email: beamiscool@qq.com)
(BaiduTieba@拐角处_等你)
(Weibo@StageGuard)
(CoolApk@StageGuard)
(Twiter@stageguardcn)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
USA
*/
var emitter = events.emitter(threads.currentThread());
threads.start(function() {
emitter.emit("evaluate", (function(){

View File

@@ -1,3 +1,31 @@
版本: 19
更新时间: 2020.11.19 21:25
更新内容:
* 修复:自然弹奏完成后再次点击播放按钮不会重新开始
* 新增:共享乐谱的详细界面添加作者社交链接跳转
版本: 18
更新时间: 2020.10.04 10:30
更新内容:
* 修复修复了版本8遗留的文件编码问题
(这个BUG导致SkyStudio打开下载的共享乐谱或者设置键位后的本地乐谱闪退)
(如何修复已经会导致闪退的乐谱: )
(对于下载的共享乐谱: 删除并重新下载)
(对于已设置键位的本地乐谱: ① 使用MT管理器或其他文件管理器打开有问题的乐谱)
(② 指定UTF-16LE编码重新加载)
(③ 复制内容,新建一个文件并粘贴内容)
(④ 指定UTF-16LE编码保存文件)
版本: 17
更新时间: 2020.10.02 14:30
更新内容:
* 新增:亮暗色主题切换
版本: 16
更新时间: 2020.10.02 12:50
更新内容:
* 改善:乐谱详情界面
版本: 15
更新时间: 2020.10.01 00:00
更新内容: