js只能访问cache文件夹下文件

pull/1120/head^2
gedoor 3 years ago committed by ag2s20150909
parent cddd809503
commit 6df464a708
  1. 4
      app/src/main/java/io/legado/app/help/JsExtensions.kt

@ -220,6 +220,8 @@ interface JsExtensions {
return HtmlFormatter.formatKeepImg(str) return HtmlFormatter.formatKeepImg(str)
} }
//****************文件操作******************//
/** /**
* 获取本地文件 * 获取本地文件
* @param path 相对路径 * @param path 相对路径
@ -361,6 +363,8 @@ interface JsExtensions {
return null return null
} }
//******************文件操作************************//
/** /**
* 解析字体,返回字体解析类 * 解析字体,返回字体解析类
*/ */

Loading…
Cancel
Save