Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9cbc2348f | ||
|
|
13979f81ae | ||
|
|
8ff1de8e21 | ||
|
|
383d79f95b | ||
|
|
93918c8a8a | ||
|
|
8f737fa07b | ||
|
|
32d83d3b3d | ||
|
|
ae090a2141 | ||
|
|
e9dc16cf9d | ||
|
|
d88424e659 | ||
|
|
07e17626a3 | ||
|
|
adca548b63 | ||
|
|
e5d024e2d2 | ||
|
|
2d44ba080b | ||
|
|
aeae50875b | ||
|
|
e9a4662001 | ||
|
|
3b83a9b113 |
47
README.md
47
README.md
@@ -15,8 +15,10 @@ A script to play Sheets generated by SkyStudio automatically in game Sky with ac
|
||||
* ...
|
||||
|
||||
## 使用
|
||||
①为Auto.js开启**无障碍服务**和**悬浮窗权限**。
|
||||
</br>②在Auto.js中新建一个脚本并粘贴以下代码并运行:
|
||||
<br>①Auto.js`4.1.1 Alpha2 (461)`版本下载: [`Ericwyn/Auto.js/releases@V4.1.1.Alpha2`](https://github.com/Ericwyn/Auto.js/releases/tag/V4.1.1.Alpha2)
|
||||
<br>手机请下载`autoJs-V4.1.1.Alpha2-common-armeabi-v7a-debug.apk`
|
||||
<br>②为Auto.js开启**无障碍服务**和**悬浮窗权限**。
|
||||
<br>③在Auto.js中新建一个脚本并粘贴以下代码并运行:
|
||||
```javascript
|
||||
"ui";
|
||||
"use strict";
|
||||
@@ -42,17 +44,17 @@ emitter.on('evaluate', function(s){
|
||||
```
|
||||
|
||||
在Auto.js版本`4.1.1 Alpha2 (461)`中测试通过,不保证其他版本的兼容性(取决于其他版本相对于此版本的API是否有`breaking changes`)
|
||||
</br>Auto.js`4.1.1 Alpha2 (461)`版本下载: [`Ericwyn/Auto.js/releases@V4.1.1.Alpha2`](https://github.com/Ericwyn/Auto.js/releases/tag/V4.1.1.Alpha2)
|
||||
</br>手机请下载`autoJs-V4.1.1.Alpha2-common-armeabi-v7a-debug.apk`
|
||||
|
||||
### 清除数据
|
||||
## 清除数据
|
||||
SkyAutoPlayer在使用过程中会产生本地数据存储,若想全部删除,请使用Auto.js执行以下代码
|
||||
```
|
||||
storages.remove("StageGuard:SkyAutoPlayer:Config");
|
||||
files.removeDir("/storage/emulated/0/Documents/SkyAutoPlayer/");
|
||||
```
|
||||
|
||||
## 上传乐谱
|
||||
<br>
|
||||
|
||||
# 上传乐谱
|
||||
|
||||
你可以fork本仓库,将你要上传的乐谱添加至`shared_sheets`文件夹,并按照以下要求在`shared_sheets.json`添加项目
|
||||
```javascript
|
||||
@@ -77,8 +79,9 @@ files.removeDir("/storage/emulated/0/Documents/SkyAutoPlayer/");
|
||||
修改完成后,申请`Pull Request`,等待merge即可。
|
||||
> 请注意:在申请`Pull Request`之前请确保你的SkyAutoPlayerScript仓库已同步至最新,以免出现意外问题!
|
||||
|
||||
<br>
|
||||
|
||||
## 注意
|
||||
# 注意
|
||||
### 请仔细阅读以下使用须知!
|
||||
|
||||
1. 未充分测试,若遇到BUG,请酷安私信@StageGuard或新建Issue来反馈BUG!
|
||||
@@ -87,16 +90,38 @@ files.removeDir("/storage/emulated/0/Documents/SkyAutoPlayer/");
|
||||
4. 脚本只能给你一时满足感而不能使你进步,请适当使用,只有真正的技术才是王道,才能使你感到快乐。
|
||||
5. 本脚本只是一个"弹奏机",并不内置曲谱,请在GooglePlay下载[SkyStudio](https://play.google.com/store/apps/details?id=com.Maple.SkyStudio)编谱。
|
||||
|
||||
## 贡献
|
||||
# 贡献
|
||||
欢迎任何人贡献本项目,包括但不限于Pull Request,Issue,New feature request
|
||||
|
||||
## 图标来源
|
||||
## 贡献者名单(按照首次贡献时间排序)
|
||||
|
||||
### SkyAutoPlayerScript
|
||||
无
|
||||
|
||||
### 共享乐谱
|
||||
酷安[@Aex技术总监](http://www.coolapk.com/u/1286879)<br>
|
||||
酷安[@夏卡卡卡](http://www.coolapk.com/u/2313452)<br>
|
||||
酷安[@深空失忆か](http://www.coolapk.com/u/3005974)<br>
|
||||
抖音@子哲啊🌈(zizhe1880689503)<br>
|
||||
酷安[@你们很有趣呢](http://www.coolapk.com/u/2416229)<br>
|
||||
酷安[@情如风雪无常](http://www.coolapk.com/u/643670)<br>
|
||||
酷安[@慕疵](http://www.coolapk.com/u/3286967)<br>
|
||||
酷安[@社区最弱萌新](http://www.coolapk.com/u/3291313)<br>
|
||||
酷安[@九方辰](http://www.coolapk.com/u/634078)<br>
|
||||
酷安[@北极马可罗尼](http://www.coolapk.com/u/463478)<br>
|
||||
酷安[@UTF16](http://www.coolapk.com/u/3751911)<br>
|
||||
酷安[@]()<br>
|
||||
<br>
|
||||
|
||||
# 图标来源
|
||||
[Iconfont-阿里巴巴矢量图标库](https://www.iconfont.cn/)
|
||||
<br>
|
||||
|
||||
## 鸣谢
|
||||
# 鸣谢
|
||||
[projectXero](https://gitee.com/projectXero) (提供适用于Rhino的`ListAdapter`)
|
||||
<br>
|
||||
|
||||
## 许可证协议
|
||||
# 许可证协议
|
||||
```
|
||||
SkyAutoPlayer (Auto.js script)
|
||||
Copyright © 2020 StageGuard
|
||||
|
||||
@@ -1 +1 @@
|
||||
c45c75bad3b4ddc25595429bcfc38101865f78e3
|
||||
13979f81ae3a4e415446100d56b9499592d89b8d
|
||||
BIN
resources/filter.png
Normal file
BIN
resources/filter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
resources/search.png
Normal file
BIN
resources/search.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -1,12 +1,180 @@
|
||||
{
|
||||
"sheets": [{
|
||||
"name": "极乐净土(和弦)",
|
||||
"file": "极乐净土(和弦).txt",
|
||||
"author": "酷安@Syngene",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/1093421>@Syngene<a/>分享乐谱 极乐净土(和弦)",
|
||||
"bpm" : 532,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "极乐净土(无和弦)",
|
||||
"file": "极乐净土(无和弦).txt",
|
||||
"author": "酷安@Syngene",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/1093421>@Syngene<a/>分享乐谱 极乐净土(无和弦)",
|
||||
"bpm" : 532,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "阿珍爱上了阿强",
|
||||
"file": "阿珍爱上了阿强_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 阿珍爱上了阿强",
|
||||
"bpm" : 197,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "虫儿飞儿歌",
|
||||
"file": "虫儿飞儿歌_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 虫儿飞儿歌",
|
||||
"bpm" : 240,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "辞乆门回忆",
|
||||
"file": "辞乆门回忆_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 辞乆门回忆",
|
||||
"bpm" : 270,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "打上花火",
|
||||
"file": "打上花火_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 打上花火",
|
||||
"bpm" : 300,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "大悲咒",
|
||||
"file": "大悲咒_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 大悲咒",
|
||||
"bpm" : 230,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "好运来HX",
|
||||
"file": "好运来HX_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 好运来HX",
|
||||
"bpm" : 240,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "幻昼CH",
|
||||
"file": "幻昼CH_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 幻昼CH",
|
||||
"bpm" : 200,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "偏爱",
|
||||
"file": "偏爱_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 偏爱",
|
||||
"bpm" : 220,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "四月是你的谎言",
|
||||
"file": "四月是你的谎言_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 四月是你的谎言",
|
||||
"bpm" : 240,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "误红装A1",
|
||||
"file": "误红装A1_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 误红装A1",
|
||||
"bpm" : 200,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "夏天的风",
|
||||
"file": "夏天的风_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 夏天的风",
|
||||
"bpm" : 220,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "夏天的风GF",
|
||||
"file": "夏天的风GF_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 夏天的风GF",
|
||||
"bpm" : 220,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "小星星",
|
||||
"file": "小星星_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 小星星",
|
||||
"bpm" : 240,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "心作",
|
||||
"file": "心作_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 心作",
|
||||
"bpm" : 240,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "雨林",
|
||||
"file": "雨林_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 雨林",
|
||||
"bpm" : 249,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "猪猪侠",
|
||||
"file": "猪猪侠_UTF16.txt",
|
||||
"author": "酷安@UTF16",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/3751911>@UTF16<a/>分享乐谱 猪猪侠",
|
||||
"bpm" : 280,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "もペもぺ(mopemope)",
|
||||
"file": "もペもぺ(mopemope).txt",
|
||||
"author": "酷安@夏卡卡卡",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/>分享乐谱 もペもぺ(mopemope)\n一首音游玩家熟悉的、好听的儿歌(并不)\n非完整版",
|
||||
"bpm" : 400,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 7
|
||||
}, {
|
||||
"name": "[IPhone]马林巴琴",
|
||||
"file": "IPhone马林巴琴.txt",
|
||||
"author": "酷安@夏卡卡卡",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/2313452>@夏卡卡卡<a/>分享乐谱 [IPhone]马林巴琴",
|
||||
"bpm" : 660,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "穿越时空的思念",
|
||||
"file": "穿越时空的思念.txt",
|
||||
"author": "酷安@北极马可罗尼",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/463478>@北极马可罗尼<a/>分享乐谱 穿越时空的思念",
|
||||
"bpm" : 160,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "不染",
|
||||
"file": "不染_enhanced.txt",
|
||||
"author": "酷安@九方辰",
|
||||
"desc": "酷安酷友<a href=http://www.coolapk.com/u/634078>酷安@九方辰<a/>分享乐谱 不染\n原作者为 抖音用户@子哲啊🌈(zizhe1880689503) \n 完善后续,修改了杂音",
|
||||
"bpm" : 720,
|
||||
"bpm" : 150,
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 7
|
||||
"pitchLevel": 0
|
||||
}, {
|
||||
"name": "Souvevirs d'Enfance\n童年的回忆",
|
||||
"file": "Souvevirs_d'Enfance.txt",
|
||||
@@ -440,4 +608,4 @@
|
||||
"suggested_instrument": 1,
|
||||
"pitchLevel": 6
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
shared_sheets/IPhone马林巴琴.txt
Normal file
BIN
shared_sheets/IPhone马林巴琴.txt
Normal file
Binary file not shown.
BIN
shared_sheets/もペもぺ(mopemope).txt
Normal file
BIN
shared_sheets/もペもぺ(mopemope).txt
Normal file
Binary file not shown.
BIN
shared_sheets/偏爱_UTF16.txt
Normal file
BIN
shared_sheets/偏爱_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/四月是你的谎言_UTF16.txt
Normal file
BIN
shared_sheets/四月是你的谎言_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/夏天的风GF_UTF16.txt
Normal file
BIN
shared_sheets/夏天的风GF_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/夏天的风_UTF16.txt
Normal file
BIN
shared_sheets/夏天的风_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/大悲咒_UTF16.txt
Normal file
BIN
shared_sheets/大悲咒_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/好运来HX_UTF16.txt
Normal file
BIN
shared_sheets/好运来HX_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/小星星_UTF16.txt
Normal file
BIN
shared_sheets/小星星_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/幻昼CH_UTF16.txt
Normal file
BIN
shared_sheets/幻昼CH_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/心作_UTF16.txt
Normal file
BIN
shared_sheets/心作_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/打上花火_UTF16.txt
Normal file
BIN
shared_sheets/打上花火_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/极乐净土(和弦).txt
Normal file
BIN
shared_sheets/极乐净土(和弦).txt
Normal file
Binary file not shown.
BIN
shared_sheets/极乐净土(无和弦).txt
Normal file
BIN
shared_sheets/极乐净土(无和弦).txt
Normal file
Binary file not shown.
BIN
shared_sheets/猪猪侠_UTF16.txt
Normal file
BIN
shared_sheets/猪猪侠_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/穿越时空的思念.txt
Normal file
BIN
shared_sheets/穿越时空的思念.txt
Normal file
Binary file not shown.
BIN
shared_sheets/虫儿飞儿歌_UTF16.txt
Normal file
BIN
shared_sheets/虫儿飞儿歌_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/误红装A1_UTF16.txt
Normal file
BIN
shared_sheets/误红装A1_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/辞乆门回忆_UTF16.txt
Normal file
BIN
shared_sheets/辞乆门回忆_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/阿珍爱上了阿强_UTF16.txt
Normal file
BIN
shared_sheets/阿珍爱上了阿强_UTF16.txt
Normal file
Binary file not shown.
BIN
shared_sheets/雨林_UTF16.txt
Normal file
BIN
shared_sheets/雨林_UTF16.txt
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,15 @@
|
||||
版本: 14
|
||||
更新时间: 2020.09.03 20:51
|
||||
更新内容:
|
||||
* 新增:共享乐谱支持搜索功能
|
||||
* 改善:窗口拓展功能
|
||||
|
||||
版本: 13
|
||||
更新时间: 2020.09.05 10:46
|
||||
更新内容:
|
||||
* 改善:使用ThreadPool实现线程循环而不是持续创建新的线程
|
||||
* 改善:在Idle和Paused状态时也能显示当前倍速
|
||||
|
||||
版本: 12
|
||||
更新时间: 2020.09.01 23:12
|
||||
更新内容:
|
||||
|
||||
Reference in New Issue
Block a user