feat: "我的" 列表支持跳转至“我的装扮”

This commit is contained in:
eggmanQQQ
2024-08-02 10:32:49 +08:00
parent 67044ded6b
commit 23a3858a2c
2 changed files with 8 additions and 0 deletions

View File

@@ -297,6 +297,9 @@ public class RouterHandler {
case RouterType.GAME_TEAM_RECORD: case RouterType.GAME_TEAM_RECORD:
GameTeamRecordActivity.Companion.start(context); GameTeamRecordActivity.Companion.start(context);
break; break;
case RouterType.MY_DRESS_ITEM:
MyDecorationActivity.start(context, 0);
break;
default: default:
SingleToastUtil.showToast(ResUtil.getString(R.string.ui_im_routerhandler_07)); SingleToastUtil.showToast(ResUtil.getString(R.string.ui_im_routerhandler_07));
return false; return false;

View File

@@ -224,6 +224,11 @@ public class RouterType {
*/ */
public static final int GAME_TEAM_RECORD = 78; public static final int GAME_TEAM_RECORD = 78;
/**
* 79-我的装扮
*/
public static final int MY_DRESS_ITEM = 79;
/** /**
* 收益记录目前只是本地用到所以用了100000 * 收益记录目前只是本地用到所以用了100000