pull/123/head
FongMi 3 years ago
parent e57a63a09b
commit bdbdb44f8e
  1. 2
      app/src/main/res/raw/script.js

@ -79,7 +79,7 @@ function selectFile(path, canDel) {
}
function fileToApi() {
doAction('api', { text: "file://" + current_file });
doAction('api', { url: "file://" + current_file });
hideFileInfo();
}

Loading…
Cancel
Save