Skip to content

Commit

Permalink
Update SearchEngine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Apr 10, 2024
1 parent ee113d0 commit 3705073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InternetSearch/SearchEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ else if (engine.equalsIgnoreCase(QUAKE_360)) {
}else if(type.equals(SearchType.Title)) {

}else if(type.equals(SearchType.IconHash)) {
value = SearchType.IconHash+":"+value;
value = SearchType.IconHash+value;
//语法上是不需要的,为了告诉请求构造逻辑,这是iconhash搜索。
}else if(type.equals(SearchType.Server)) {

Expand Down

0 comments on commit 3705073

Please sign in to comment.