Upload user shared sheets
This commit is contained in:
12
.vscode/tasks.json
vendored
Normal file
12
.vscode/tasks.json
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
BIN
shared_sheets/Unity.txt
Normal file
Binary file not shown.
@@ -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);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user