Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/jiangtian616/JHenTai
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Apr 10, 2022
2 parents 993511a + 10cff25 commit 890eb5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ mush thanks to these projects🙇‍

## screenshot

<img width="250" style="margin-right:10px" src="screenshot/1.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/2.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/3.jpg"/>
<img width="250" src="screenshot/4.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/1.jpg"/><img width="250" style="margin-right:10px" src="screenshot/2.jpg"/><img width="250" style="margin-right:10px" src="screenshot/3.jpg"/><img width="250" src="screenshot/4.jpg"/>

<img width="770" src="screenshot/0.png"/>

Expand Down
5 changes: 1 addition & 4 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ E-hentai 的一个移动端app。

## 截图

<img width="250" style="margin-right:10px" src="screenshot/1.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/2.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/3.jpg"/>
<img width="250" src="screenshot/4.jpg"/>
<img width="250" style="margin-right:10px" src="screenshot/1.jpg"/><img width="250" style="margin-right:10px" src="screenshot/2.jpg"/><img width="250" style="margin-right:10px" src="screenshot/3.jpg"/><img width="250" src="screenshot/4.jpg"/>

<img width="770" src="screenshot/0.png"/>

Expand Down
2 changes: 1 addition & 1 deletion lib/src/utils/eh_spider_parser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,6 @@ class EHSpiderParser {

/// remove empty data
int beginIndex = stats.indexWhere((stat) => stat.visits > 0);
return stats.sublist(beginIndex);
return beginIndex == -1 ? [] : stats.sublist(beginIndex);
}
}

0 comments on commit 890eb5e

Please sign in to comment.