网页标题兼容,周星榜图片样式裁剪,推荐卡加标签

This commit is contained in:
18401019693
2022-09-22 13:30:24 +08:00
parent 6bc3019b02
commit ab2991a999
5 changed files with 83 additions and 34 deletions

View File

@@ -79,6 +79,7 @@ public class RouteUtil {
public static void forwardZhuangBanActivity(String url) {
Constants.myPackageUrl = url;
ARouter.getInstance().build(PATH_ZHUANGBANACTIVITY)
.withString("title","")
.navigation();
}