个人页面ui改版,中文改繁体

This commit is contained in:
wushaocheng
2022-10-10 16:52:50 +08:00
parent 96e73a83c3
commit 0baca5bee5
10 changed files with 856 additions and 1129 deletions

View File

@@ -253,17 +253,22 @@ public class RouterType {
public static final int CP_HOME = 71;
/**
* 71-粉丝团列表
* 72-粉丝团列表
*/
public static final int FANS_TEAM_LIST = 72;
/**
* 72-装扮商城
* 73-装扮商城
*/
public static final int DECORATION_STORE = 73;
/**
* 72-我的装扮
* 74-我的装扮
*/
public static final int MY_DECORATION = 74;
/**
* 75-设置
*/
public static final int MY_SET = 75;
}