Upload user shared sheets

This commit is contained in:
StageGuard
2020-07-24 20:24:46 +08:00
parent c006e2e65d
commit 97e5424964
11 changed files with 74 additions and 2 deletions

View File

@@ -7,5 +7,77 @@
"bpm" : 497,
"suggested_instrument": 1,
"pitchLevel": 3
}],
}, {
"name": "大悲咒",
"file": "大悲咒.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 大悲咒",
"bpm" : 151,
"suggested_instrument": 1,
"pitchLevel": 3
}, {
"name": "坏苹果",
"file": "坏苹果.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 坏苹果",
"bpm" : 720,
"suggested_instrument": 1,
"pitchLevel": 6
}, {
"name": "三葉",
"file": "三葉.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 三葉",
"bpm" : 318,
"suggested_instrument": 1,
"pitchLevel": 0
}, {
"name": "亡灵序曲选节",
"file": "亡灵序曲选节.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 亡灵序曲选节",
"bpm" : 240,
"suggested_instrument": 1,
"pitchLevel": 6
}, {
"name": "天空之城",
"file": "天空之城.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 天空之城",
"bpm" : 240,
"suggested_instrument": 1,
"pitchLevel": 3
}, {
"name": "幻昼",
"file": "幻昼.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 幻昼",
"bpm" : 281,
"suggested_instrument": 1,
"pitchLevel": 10
}, {
"name": "烟花易冷",
"file": "烟花易冷.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 烟花易冷",
"bpm" : 132,
"suggested_instrument": 1,
"pitchLevel": 4
}, {
"name": "菊次郎的夏天",
"file": "菊次郎的夏天.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 菊次郎的夏天",
"bpm" : 349,
"suggested_instrument": 1,
"pitchLevel": 2
}, {
"name": "起风了",
"file": "起风了.txt",
"author": "酷安@Aex技术总监",
"desc": "酷安酷友@Aex分享乐谱 起风了",
"bpm" : 236,
"suggested_instrument": 1,
"pitchLevel": 6
}]
}

BIN
shared_sheets/三葉.txt Normal file

Binary file not shown.

Binary file not shown.

BIN
shared_sheets/坏苹果.txt Normal file

Binary file not shown.

BIN
shared_sheets/大悲咒.txt Normal file

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.

BIN
shared_sheets/起风了.txt Normal file

Binary file not shown.

View File

@@ -83,7 +83,7 @@ sheetmgr = {
downloadAndLoad: function(file, listener) {
listener({status:1});
var remoteHost = "https://gitee.com/stageguard/SkyAutoPlayerScript/raw/master/shared_sheets/" + file;
var resp = http.get(remoteHost);
var resp = http.get(encodeURI(remoteHost));
if(resp.statusCode >= 200 && resp.statusCode < 300) {
var sheet = files.join(this.rootDir, files.getNameWithoutExtension(file) + (function(length) {
var string = "0123456789abcde";