Update JsExtensions.kt

pull/832/head
Celeter 4 years ago committed by GitHub
parent ae8d0cf24e
commit 58686928e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      app/src/main/java/io/legado/app/help/JsExtensions.kt

@ -113,13 +113,6 @@ interface JsExtensions {
return contents.toString()
}
/**
* js实现文件夹/文件的删除
*/
fun deleteFolder(path: String) {
FileUtils.deleteFile(path)
}
/**
* js实现重定向拦截,网络访问get
*/

Loading…
Cancel
Save