feat:完成用户主页UI改版

This commit is contained in:
Max
2023-11-25 13:34:48 +08:00
parent bc3097f412
commit 1fc37eb85d
27 changed files with 626 additions and 527 deletions

View File

@@ -278,4 +278,8 @@ public class RouterType {
* 收益记录目前只是本地用到所以用了100000
*/
public static final int MY_REVENUE = 100000;
/**
* 用户等级目前只是本地用到所以用了100001
*/
public static final int USER_LEVEL = 100001;
}