【光环助手V5.10.0】更新通用模块的跳转链接类型 https://git.shanqu.cc/pm/halo-app-issues/-/issues/1838
This commit is contained in:
@ -153,7 +153,7 @@ object DirectUtils {
|
||||
"category_v2",
|
||||
"common_collection",
|
||||
"game_list",
|
||||
"game_list_detail"
|
||||
"game_list_square"
|
||||
)
|
||||
|
||||
fun directToLinkPage(
|
||||
@ -364,9 +364,9 @@ object DirectUtils {
|
||||
|
||||
//"h5_game_center" -> directLetoGameCenter(context)
|
||||
|
||||
"game_list" -> directToGameCollectionSquare(context, entrance, "", "", "")
|
||||
"game_list_square" -> directToGameCollectionSquare(context, entrance, "", "", "")
|
||||
|
||||
"game_list_detail" -> directToGameCollectionDetail(context, linkEntity.link ?: "", entrance)
|
||||
"game_list" -> directToGameCollectionDetail(context, linkEntity.link ?: "", entrance)
|
||||
|
||||
"" -> {
|
||||
// do nothing
|
||||
|
||||
@ -192,7 +192,7 @@ public class MainWrapperFragment extends BaseFragment_ViewPager_Checkable implem
|
||||
homeArgs.putString(EntranceConsts.KEY_COLLECTION_ID, entity.getLink());
|
||||
homeArgs.putString(EntranceConsts.KEY_COLUMNNAME, entity.getText());
|
||||
break;
|
||||
case "game_list":
|
||||
case "game_list_square":
|
||||
className = GameCollectionSquareFragment.class.getName();
|
||||
homeArgs.putString(EntranceConsts.KEY_ENTRANCE, "游戏库");
|
||||
homeArgs.putInt(EntranceConsts.KEY_TAB_INDEX, 0);
|
||||
|
||||
Reference in New Issue
Block a user