Add files via upload

This commit is contained in:
lieren2023 2023-07-28 16:03:46 +08:00 committed by GitHub
parent db32a7f353
commit 0801669b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33883,7 +33883,7 @@
}
return node;
},
linexy:function(path){
_linexy:function(path){
var from=[path[0],path[1]];
var to=[path[2],path[3]];
var total=typeof arguments[1]==='number'?arguments[1]:lib.config.duration*2;