提交 c6ff4e4e authored 作者: yueweilu's avatar yueweilu

add

上级 f7d19118
......@@ -929,8 +929,11 @@ class ReadController extends FullLifeCycleController with GetSingleTickerProvide
/// 添加阅读时长
void _addReadTime({required type}) async{
final status = await Tools.checkCurrentNetStatus();
if(status){
LibraryAPI.addReadTime(bookId: bookId, readTypes: type);
}
}
/// 获取离线文件路径
void getBookDown() async{
final exit = await _isExistFile(bookId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论