RouterHandler增加跳转动态话题页面

This commit is contained in:
huangjian
2022-11-15 17:38:54 +08:00
committed by memory
parent 68f5741e6e
commit 3bebe28ac3
2 changed files with 6 additions and 0 deletions

View File

@@ -266,4 +266,6 @@ public class RouterType {
* 72-我的装扮
*/
public static final int MY_DECORATION = 74;
public static final int TOPIC_MAIN = 75;
}