Commit ccb11676 by 马黎滨

Merge branch 'mlb-template-local' into 'mlbWork'

B站热搜热搜属性修改

See merge request !65
parents 77a8f1d8 c06c9268
...@@ -107,7 +107,7 @@ public class BililiCrawler { ...@@ -107,7 +107,7 @@ public class BililiCrawler {
}else if(iconPicture.contains("4d579fb61f9655316582db193118bba3a721eec0")){ }else if(iconPicture.contains("4d579fb61f9655316582db193118bba3a721eec0")){
icon = "新"; icon = "新";
} else { } else {
icon = ""; icon = "未知";
} }
} }
String keyWord = data.getString("keyword"); String keyWord = data.getString("keyword");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment