Upload user shared sheets

This commit is contained in:
StageGuard
2020-08-08 22:59:46 +08:00
parent 6f456c4c99
commit f2d2f76eed
4 changed files with 29 additions and 2 deletions

12
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo Hello"
}
]
}

View File

@@ -1,5 +1,13 @@
{
"sheets": [{
"name": "Unity",
"file": "Unity.txt",
"author": "酷安@夏川丶呇",
"desc": "酷安酷友<a href=http://www.coolapk.com/u/2313452>@夏川丶呇<a/>分享乐谱 Unity",
"bpm" : 600,
"suggested_instrument": 1,
"pitchLevel": 0
}, {
"name": "大鱼(简易)",
"file": "大鱼(简易).txt",
"author": "酷安@夏川丶呇",

BIN
shared_sheets/Unity.txt Normal file

Binary file not shown.

View File

@@ -2651,7 +2651,14 @@ gui.dialogs.showProgressDialog(function(o) {
type: "default",
name: "结束脚本运行",
onClick: function(v) {
java.lang.System.exit(0);
gui.main.__internal_dismiss();
delete gui;
delete sheetmgr;
delete sheetplayer;
delete dp;
delete RhinoListAdapter;
delete config;
exit();
},
}, {
type: "tag",
@@ -2718,6 +2725,6 @@ gui.dialogs.showProgressDialog(function(o) {
callback: function(id) {},
});
}
}, false, false);
}, false, true);
});