Merge remote-tracking branch 'origin/main' into mine
# Conflicts: # jar/custom_spider.jar # jar/custom_spider.jar.md5
This commit is contained in:
commit
54cfa351fb
|
|
@ -16,6 +16,6 @@ public class Page {
|
|||
}
|
||||
|
||||
public String getPart() {
|
||||
return TextUtils.isEmpty(part) ? "" : part;
|
||||
return TextUtils.isEmpty(part) ? "" : part.replace("#", "");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
94ac5701c2ae84b5f8361994d6e17b3b
|
||||
41c87635d7592069884a5dafa12acabe
|
||||
|
|
|
|||
Loading…
Reference in New Issue