linkkf 로직수정중
This commit is contained in:
14
lib/framework/static/js/ff_global_plugin.js
Normal file
14
lib/framework/static/js/ff_global_plugin.js
Normal file
@@ -0,0 +1,14 @@
|
||||
///////////////////////////////////////
|
||||
// 자주 사용하는 플러그인에 전용 명령
|
||||
|
||||
function pluginRcloneLs(remote_path) {
|
||||
var url = '/rclone/ajax/config/command';
|
||||
globalSendCommandByUrl(url, "ls", remote_path);
|
||||
}
|
||||
|
||||
function pluginRcloneSize(remote_path) {
|
||||
var url = '/rclone/ajax/config/command';
|
||||
globalSendCommandByUrl(url, "size", remote_path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user